Versions in this module Expand all Collapse all v0 v0.0.4 Jul 18, 2024 v0.0.3 Jul 18, 2024 Changes in this version + const ConsensusVersion + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper, accountKeeper types.AccountKeeper, ...) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) ProposalMsgs(simState module.SimulationState) []simtypes.WeightedProposalMsg + func (AppModule) QuerierRoute() string + 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) RegisterInvariants(ir sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(sdr simtypes.StoreDecoderRegistry) + func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + 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 + func (ab AppModuleBasic) GetTxCmd() *cobra.Command + type ModuleInputs struct + AccountKeeper types.AccountKeeper + Cdc codec.Codec + Config *modulev1.Module + LegacySubspace exported.Subspace + Logger log.Logger + StoreService corestore.KVStoreService + type ModuleOutputs struct + BankKeeper keeper.BaseKeeper + Module appmodule.AppModule + func ProvideModule(in ModuleInputs) ModuleOutputs