export const ACCOUNT_BALANCE_FETCHED = 'ACCOUNT_BALANCE_FETCHED' export const ACCOUNT_BALANCE_FAILED = 'ACCOUNT_BALANCE_FAILED' export const ACCOUNT_BALANCES_FETCHED = 'ACCOUNT_BALANCES_FETCHED' export const ACCOUNT_BALANCES_FETCHING = 'ACCOUNT_BALANCES_FETCHING'