Versions in this module Expand all Collapse all v0 v0.0.4 Jul 18, 2024 v0.0.3 Jul 18, 2024 Changes in this version + func InvokeSetStakingHooks(config *modulev1.Module, keeper *keeper.Keeper, ...) error + func ValidateGenesis(data *types.GenesisState) error + func WriteValidators(ctx sdk.Context, keeper *keeper.Keeper) (vals []cmttypes.GenesisValidator, returnErr error) + 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) ProposalMsgs(simState module.SimulationState) []simtypes.WeightedProposalMsg + func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions + func (am AppModule) BeginBlock(ctx context.Context) error + func (am AppModule) EndBlock(ctx context.Context) ([]abci.ValidatorUpdate, error) + 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 simtypes.StoreDecoderRegistry) + func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *gwruntime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(registry cdctypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, bz json.RawMessage) error + func (amb AppModuleBasic) GetTxCmd() *cobra.Command + type ModuleInputs struct + AccountKeeper types.AccountKeeper + BankKeeper types.BankKeeper + Cdc codec.Codec + Config *modulev1.Module + ConsensusAddressCodec runtime.ConsensusAddressCodec + LegacySubspace exported.Subspace + StoreService store.KVStoreService + ValidatorAddressCodec runtime.ValidatorAddressCodec + type ModuleOutputs struct + Module appmodule.AppModule + StakingKeeper *keeper.Keeper + func ProvideModule(in ModuleInputs) ModuleOutputs