Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + const ConsensusVersion + func EndBlocker(ctx sdk.Context, keeper *keeper.Keeper) + func ExportGenesis(ctx sdk.Context, k *keeper.Keeper) *v1.GenesisState + func InitGenesis(ctx sdk.Context, ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ...) + func InvokeAddRoutes(keeper *keeper.Keeper, routes []v1beta1.HandlerRoute) + func InvokeSetHooks(keeper *keeper.Keeper, govHooks map[string]govtypes.GovHooksWrapper) error + func ProvideKeyTable() paramtypes.KeyTable + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper *keeper.Keeper, ak govtypes.AccountKeeper, ...) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) Name() string + func (AppModule) ProposalContents(simState module.SimulationState) []simtypes.WeightedProposalContent + func (AppModule) ProposalMsgs(simState module.SimulationState) []simtypes.WeightedProposalMsg + func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions + func (am AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) IsAppModule() + func (am AppModule) IsOnePerModuleType() + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation + type AppModuleBasic struct + func NewAppModuleBasic(legacyProposalHandlers []govclient.ProposalHandler) AppModuleBasic + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) GetTxCmd() *cobra.Command + func (a AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *gwruntime.ServeMux) + func (a AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) + type GovInputs struct + AccountKeeper govtypes.AccountKeeper + BankKeeper govtypes.BankKeeper + Cdc codec.Codec + Config *modulev1.Module + Key *store.KVStoreKey + LegacySubspace govtypes.ParamSubspace + ModuleKey depinject.OwnModuleKey + MsgServiceRouter *baseapp.MsgServiceRouter + StakingKeeper govtypes.StakingKeeper + type GovOutputs struct + HandlerRoute v1beta1.HandlerRoute + Keeper *keeper.Keeper + Module appmodule.AppModule + func ProvideModule(in GovInputs) GovOutputs