Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + const ConsensusVersion + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) Name() string + func (am AppModule) ExportGenesis(sdk.Context, codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(sdk.Context, codec.JSONCodec, json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) IsAppModule() + func (am AppModule) IsOnePerModuleType() + func (am AppModule) RegisterInvariants(sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) GetTxCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *gwruntime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + type ConsensusInputs struct + Cdc codec.Codec + Config *modulev1.Module + Key *store.KVStoreKey + type ConsensusOutputs struct + BaseAppOption runtime.BaseAppOption + Keeper keeper.Keeper + Module appmodule.AppModule + func ProvideModule(in ConsensusInputs) ConsensusOutputs