Documentation
¶
Index ¶
- type Accounts
- func (a *Accounts) Export(state *types.AppState, coinsMap map[types.CoinSymbol]types.Coin)
- func (a *Accounts) GetAccount(address types.Address) *Model
- func (a *Accounts) GetBalance(address types.Address, coin types.CoinSymbol) *big.Int
- func (a *Accounts) GetBalances(address types.Address) map[types.CoinSymbol]*big.Int
- func (a *Accounts) GetNonce(address types.Address) uint64
- type Model
- type Multisig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accounts ¶
type Accounts struct {
// contains filtered or unexported fields
}
func (*Accounts) GetBalance ¶
func (*Accounts) GetBalances ¶
type Model ¶
func (*Model) IsMultisig ¶
Click to show internal directories.
Click to hide internal directories.