Versions in this module Expand all Collapse all v0 v0.47.0 Aug 13, 2022 Changes in this version + func NewMsgServerImpl(k keeper.AccountKeeper, bk types.BankKeeper) types.MsgServer + type AppModule struct + func NewAppModule(ak keeper.AccountKeeper, bk types.BankKeeper) AppModule + func (AppModule) ConsensusVersion() uint64 + 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) RegisterServices(cfg module.Configurator) + 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, _ *gwruntime.ServeMux)