Versions in this module Expand all Collapse all v0 v0.1.0 Mar 21, 2025 Changes in this version + func ExportGenesis(ctx sdk.Context, k *keeper.Keeper) *types.GenesisState + func InitGenesis(ctx sdk.Context, k *keeper.Keeper, accountKeeper types.AccountKeeper, ...) []abci.ValidatorUpdate + type AppModule struct + func NewAppModule(k *keeper.Keeper, ak types.AccountKeeper, ss types.Subspace) AppModule + func (AppModule) GenerateGenesisState(_ *module.SimulationState) + func (AppModule) Name() string + func (am AppModule) BeginBlock(ctx context.Context) error + func (am AppModule) EndBlock(ctx context.Context) error + 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) []abci.ValidatorUpdate + func (am AppModule) IsAppModule() + func (am AppModule) IsOnePerModuleType() + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(_ simtypes.StoreDecoderRegistry) + func (am AppModule) WeightedOperations(_ module.SimulationState) []simtypes.WeightedOperation + type AppModuleBasic struct + func (AppModuleBasic) ConsensusVersion() uint64 + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) GetTxCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) RegisterRESTRoutes(_ client.Context, _ *mux.Router) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + func (b AppModuleBasic) RegisterGRPCGatewayRoutes(c client.Context, serveMux *runtime.ServeMux)