Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + const ConsensusVersion + func BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock, k keeper.Keeper) + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper, ak types.AccountKeeper, ...) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) Name() string + func (AppModule) ProposalMsgs(simState module.SimulationState) []simtypes.WeightedProposalMsg + func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + 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(_ 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 (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) GetTxCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *gwruntime.ServeMux) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, bz json.RawMessage) error + func (b AppModuleBasic) RegisterInterfaces(registry cdctypes.InterfaceRegistry) + type SlashingInputs struct + AccountKeeper types.AccountKeeper + BankKeeper types.BankKeeper + Cdc codec.Codec + Config *modulev1.Module + Key *store.KVStoreKey + LegacyAmino *codec.LegacyAmino + LegacySubspace exported.Subspace + StakingKeeper types.StakingKeeper + type SlashingOutputs struct + Hooks staking.StakingHooksWrapper + Keeper keeper.Keeper + Module appmodule.AppModule + func ProvideModule(in SlashingInputs) SlashingOutputs