Documentation ¶
Index ¶
- func AddOracleGenesis(gen app.GenesisState) app.GenesisState
- func AddSudoGenesis(gen app.GenesisState) (genState app.GenesisState, rootPrivKey cryptotypes.PrivKey, ...)
- func NewTestGenesisState(encodingConfig app.EncodingConfig) app.GenesisState
- func SudoGenesis() (genState *sudotypes.GenesisState, rootPrivKey cryptotypes.PrivKey, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddOracleGenesis ¶ added in v0.21.0
func AddOracleGenesis(gen app.GenesisState) app.GenesisState
func AddSudoGenesis ¶ added in v0.21.0
func AddSudoGenesis(gen app.GenesisState) ( genState app.GenesisState, rootPrivKey cryptotypes.PrivKey, rootAddr sdk.AccAddress, )
func NewTestGenesisState ¶
func NewTestGenesisState(encodingConfig app.EncodingConfig) app.GenesisState
NewTestGenesisState returns 'NewGenesisState' using the default
genesis as input. The blockchain genesis state is represented as a map from module identifier strings to raw json messages.
func SudoGenesis ¶ added in v0.21.0
func SudoGenesis() ( genState *sudotypes.GenesisState, rootPrivKey cryptotypes.PrivKey, rootAddr sdk.AccAddress, )
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.