Const ACCOUNT_BALANCE_FRAGMENT
ACCOUNT_BALANCE_FRAGMENT: any = gql`fragment accountBalanceFields on AccountBalance {available {...currencyAmountFields}inOrders {...currencyAmountFields}pending {...currencyAmountFields}personal {...currencyAmountFields}asset {...assetFields}depositAddress}${CURRENCY_AMOUNT_FRAGMENT}${ASSET_FRAGMENT}`