Versions in this module Expand all Collapse all v0 v0.11.1 Mar 16, 2021 v0.10.1 Mar 16, 2021 Changes in this version + const ModuleName + var ExportGenesisFile = sdkgenutil.ExportGenesisFile + var ExportGenesisFileWithTime = sdkgenutil.ExportGenesisFileWithTime + var GenesisStateFromGenDoc = sdkgenutil.GenesisStateFromGenDoc + var GenesisStateFromGenFile = sdkgenutil.GenesisStateFromGenFile + var InitializeNodeValidatorFiles = sdkgenutil.InitializeNodeValidatorFiles + var ModuleCdc = types.ModuleCdc + var NewGenesisState = sdkgenutil.NewGenesisState + var NewInitConfig = sdkgenutil.NewInitConfig + var SetGenTxsInAppGenesisState = sdkgenutil.SetGenTxsInAppGenesisState + var SetGenesisStateInAppState = sdkgenutil.SetGenesisStateInAppState + var ValidateGenesis = types.ValidateGenesis + func CollectStdTxs(cdc *codec.Codec, moniker, genTxsDir string, genDoc tmtypes.GenesisDoc, ...) (appGenTxs []authtypes.StdTx, persistentPeers string, err error) + func DeliverGenTxs(ctx sdk.Context, cdc *codec.Codec, genTxs []json.RawMessage, ...) []abci.ValidatorUpdate + func GenAppStateFromConfig(cdc *codec.Codec, config *cfg.Config, initCfg InitConfig, ...) (appState json.RawMessage, err error) + func InitGenesis(ctx sdk.Context, cdc *codec.Codec, stakingKeeper types.StakingKeeper, ...) []abci.ValidatorUpdate + func NewAppModule(accountKeeper types.AccountKeeper, stakingKeeper types.StakingKeeper, ...) module.AppModule + func ValidateAccountInGenesis(appGenesisState map[string]json.RawMessage, ...) error + type AppModule struct + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(_ context.CLIContext, _ *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type GenesisAccountsIterator = sdkgenutiltypes.GenesisAccountsIterator + type GenesisState = types.GenesisState + type InitConfig = sdkgenutil.InitConfig