Versions in this module Expand all Collapse all v0 v0.47.5 Sep 22, 2023 Changes in this version + const ConsensusVersion + type AppModule struct + func NewAppModule(cdc codec.Codec, accountKeeper keeper.AccountKeeper, ...) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) Name() string + func (AppModule) ProposalMsgs(simState module.SimulationState) []simtypes.WeightedProposalMsg + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (AppModule) WeightedOperations(_ module.SimulationState) []simtypes.WeightedOperation + func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (am AppModule) GenerateGenesisState(simState *module.SimulationState) + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) IsAppModule() + func (am AppModule) IsOnePerModuleType() + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + 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, config client.TxEncodingConfig, bz json.RawMessage) error + type AuthInputs struct + AccountI func() types.AccountI + Cdc codec.Codec + Config *modulev1.Module + Key *store.KVStoreKey + LegacySubspace exported.Subspace + RandomGenesisAccountsFn types.RandomGenesisAccountsFn + type AuthOutputs struct + AccountKeeper keeper.AccountKeeper + Module appmodule.AppModule + func ProvideModule(in AuthInputs) AuthOutputs