Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2023 Changes in this version + var ModuleName = types.ModuleName + type AppModule struct + Codec *codec.Codec + func NewAppModule(keeper keeper.Keeper, cdc *codec.Codec) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (am AppModule) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, marshaler codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, marshaler codec.JSONCodec, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(aminoCodec *codec.LegacyAmino) sdk.Querier + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) Route() sdk.Route + type AppModuleBasic struct + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (b AppModuleBasic) DefaultGenesis(marshaler codec.JSONCodec) json.RawMessage + func (b AppModuleBasic) GetTxCmd() *cobra.Command + func (b AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx sdkclient.Context, mux *runtime.ServeMux) + func (b AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) + func (b AppModuleBasic) RegisterRESTRoutes(ctx sdkclient.Context, router *mux.Router) + func (b AppModuleBasic) ValidateGenesis(marshaler codec.JSONCodec, _ sdkclient.TxEncodingConfig, ...) error + type AppModuleSimulation struct