Versions in this module Expand all Collapse all v0 v0.50.9 Jul 10, 2024 Changes in this version + const ConsensusVersion + func EndBlocker(ctx sdk.Context, k keeper.Keeper) error + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper, ak group.AccountKeeper, ...) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions + func (am AppModule) EndBlock(ctx context.Context) 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) + 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) RegisterInterfaces(registry cdctypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config sdkclient.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) GetTxCmd() *cobra.Command + func (a AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx sdkclient.Context, mux *gwruntime.ServeMux) + type GroupInputs struct + AccountKeeper group.AccountKeeper + BankKeeper group.BankKeeper + Cdc codec.Codec + Config *modulev1.Module + Key *store.KVStoreKey + MsgServiceRouter baseapp.MessageRouter + Registry cdctypes.InterfaceRegistry + type GroupOutputs struct + GroupKeeper keeper.Keeper + Module appmodule.AppModule + func ProvideModule(in GroupInputs) GroupOutputs