Versions in this module Expand all Collapse all v30 v30.0.0 Jul 16, 2026 Changes in this version + type AppModule struct + func NewAppModule(cdc codec.Codec, k *keeper.Keeper) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) IsAppModule() + func (AppModule) IsOnePerModuleType() + func (am AppModule) RegisterServices(cfg module.Configurator) + type AppModuleBasic struct + func NewAppModuleBasic(cdc codec.BinaryCodec) AppModuleBasic + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(_ client.Context, _ *runtime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(_ cdctypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(_ *codec.LegacyAmino)