Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCodec ¶
func CreateCodec() *codec.Codec
CreateCodec generates the necessary codecs for Amino
Types ¶
type GenesisState ¶
type GenesisState struct {
AuthData auth.GenesisState `json:"auth"`
BankData bank.GenesisState `json:"bank"`
Accounts []*auth.BaseAccount `json:"accounts"`
}
GenesisState represents chain state at the start of the chain. Any initial state (account balances) are stored here.
Click to show internal directories.
Click to hide internal directories.