Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGenesisAccount ¶
func AddGenesisAccount( cdc codec.Codec, accAddr sdk.AccAddress, appendAcct bool, genesisFileUrl, amountStr, vestingAmtStr string, vestingStart, vestingEnd int64, ) error
AddGenesisAccount adds a genesis account to the genesis state. Where `cdc` is client codec, `genesisFileUrl` is the path/url of current genesis file, `accAddr` is the address to be added to the genesis state, `amountStr` is the list of initial coins to be added for the account, `appendAcct` updates the account if already exists. `vestingStart, vestingEnd and vestingAmtStr` respectively are the schedule start time, end time (unix epoch) and coins to be appended to the account already in the genesis.json file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.