Versions in this module Expand all Collapse all v0 v0.1.3 Sep 18, 2023 v0.1.1 Sep 18, 2023 Changes in this version + func NewHandler(ak keeper.AccountKeeper, bk types.BankKeeper, dk types.DistrKeeper, ...) sdk.Handler + func NewMsgServerImpl(k keeper.AccountKeeper, bk types.BankKeeper, dk types.DistrKeeper, ...) types.MsgServer + type AppModule struct + func NewAppModule(ak keeper.AccountKeeper, bk types.BankKeeper, dk types.DistrKeeper, ...) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) QuerierRoute() string + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + 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) 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) ValidateGenesis(_ codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) RegisterGRPCGatewayRoutes(_ client.Context, _ *runtime.ServeMux)