Versions in this module Expand all Collapse all v0 v0.0.0 Nov 5, 2018 Changes in this version + type Balance struct + Address string + Amount *big.Int + type Manager interface + Balances func(password string) (map[foundation.Token]Balance, error) + SupportedTokens func() []foundation.Token + Withdraw func(password string, token foundation.Token, to string, amount *big.Int) (string, error) + func New(accounts account.Accounts) Manager