Versions in this module Expand all Collapse all v28 v28.0.1 Feb 24, 2025 v28.0.0 Feb 20, 2025 Changes in this version + const ConsensusVersion + type AppModule struct + func NewAppModule(k keeper.Keeper, ak authkeeper.AccountKeeper) AppModule + func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions + 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) RegisterServices(cfg module.Configurator) + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(c client.Context, serveMux *runtime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(interfaceRegistry codectypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + func (am AppModuleBasic) ConsensusVersion() uint64