Versions in this module Expand all Collapse all v30 v30.0.0 Jul 16, 2026 Changes in this version + const ConsensusVersion + type AppModule struct + func NewAppModule(cdc codec.Codec, k keeper.Keeper) *AppModule + func (AppModule) AutoCLIOptions() *autocliv1.ModuleOptions + func (AppModule) ConsensusVersion() uint64 + func (AppModule) IsAppModule() + func (AppModule) IsOnePerModuleType() + func (am AppModule) EndBlock(ctx context.Context) error + func (am AppModule) ExportGenesis(ctx sdk.Context, marshaler codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, marshaler codec.JSONCodec, message json.RawMessage) + 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(clientCtx client.Context, mux *runtime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(r codectypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(marshaler codec.JSONCodec, _ client.TxEncodingConfig, message json.RawMessage) error Other modules containing this package github.com/CosmosContracts/juno/v28 github.com/CosmosContracts/juno/v29