Versions in this module Expand all Collapse all v7 v7.1.0 Apr 2, 2024 v7.0.1 Mar 5, 2024 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) IsAppModule() + func (am AppModule) IsOnePerModuleType() + func (am AppModule) RegisterServices(registrar grpc.ServiceRegistrar) error + 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, _ json.RawMessage) error + func (a AppModuleBasic) RegisterGRPCGatewayRoutes(_ client.Context, _ *runtime.ServeMux)