Const ACCOUNT_TRANSACTION_FRAGMENT
ACCOUNT_TRANSACTION_FRAGMENT: any = gql`fragment accountTransactionFields on AccountTransaction {addressblockDatetimeblockIndexblockchainconfirmations {...confirmationsFields}fiatValuestatustxidtypevalue {...currencyAmountFields}}${CONFIRMATIONS_FRAGMENT}${CURRENCY_AMOUNT_FRAGMENT}`