Versions in this module Expand all Collapse all v1 v1.0.0 Dec 18, 2019 Changes in this version + const ModuleName + var GenesisStateFromGenDoc = types.GenesisStateFromGenDoc + var GenesisStateFromGenFile = types.GenesisStateFromGenFile + var GetGenesisStateFromAppState = types.GetGenesisStateFromAppState + var ModuleCdc = types.ModuleCdc + var NewGenesisState = types.NewGenesisState + var NewGenesisStateFromStdTx = types.NewGenesisStateFromStdTx + var NewInitConfig = types.NewInitConfig + var SetGenesisStateInAppState = types.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 ExportGenesisFile(genDoc *tmtypes.GenesisDoc, genFile string) error + func ExportGenesisFileWithTime(genFile, chainID string, validators []tmtypes.GenesisValidator, ...) error + 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 InitializeNodeValidatorFiles(config *cfg.Config) (nodeID string, valPubKey crypto.PubKey, err error) + func NewAppModule(accountKeeper types.AccountKeeper, stakingKeeper types.StakingKeeper, ...) module.AppModule + func SetGenTxsInAppGenesisState(cdc *codec.Codec, appGenesisState map[string]json.RawMessage, ...) (map[string]json.RawMessage, error) + func ValidateAccountInGenesis(appGenesisState map[string]json.RawMessage, ...) error + type AppMap = types.AppMap + 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 GenesisState = types.GenesisState + type InitConfig = types.InitConfig + type MigrationCallback = types.MigrationCallback + type MigrationMap = types.MigrationMap