Versions in this module Expand all Collapse all v1 v1.0.0 Feb 26, 2023 Changes in this version + func NewHandler(server types.MsgServer) sdk.Handler + type AppModule struct + func NewAppModule(k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, ...) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(_ sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(_ sdk.Context, _ codec.JSONCodec, _ json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(_ *codec.LegacyAmino) sdk.Querier + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) Route() sdk.Route + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(_ 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(_ codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) RegisterGRPCGatewayRoutes(c client.Context, serveMux *runtime.ServeMux)