Versions in this module Expand all Collapse all v1 v1.5.0 Jun 21, 2018 Changes in this version + const AllowancePrefix + const BalanceEthPrefix + const BalancePrefix + const CustomTokenPrefix + const UnlockedPrefix + func GetAllowanceWithSymbolResult(owner, spender common.Address) (map[string]*big.Int, error) + func GetBalanceAndAllowance(owner, token, spender common.Address) (balance, allowance *big.Int, err error) + func GetBalanceWithSymbolResult(owner common.Address) (map[string]*big.Int, error) + func GetCutoff(contract, address string) (int, error) + func HasUnlocked(owner string) (exists bool, err error) + func IsInit() bool + type AccountAllowances struct + Allowances map[common.Address]map[common.Address]Allowance + type AccountBalances struct + Balances map[common.Address]Balance + type AccountBase struct + CustomTokens []types.Token + Owner common.Address + type AccountManager struct + func Initialize(options *AccountManagerOptions, brokers []string) AccountManager + func InitializeView(options *AccountViewOptions) AccountManager + func (a *AccountManager) UnlockedWallet(owner string) (err error) + func (accountManager *AccountManager) Start() + type AccountManagerOptions struct + CacheDuration int64 + EthCacheDuration int64 + type AccountViewOptions struct + CacheDuration int64 + EthCacheDuration int64 + type Allowance struct + Allowance *types.Big + LastBlock *types.Big + type Balance struct + Balance *types.Big + LastBlock *types.Big + type ChangedOfBlock struct