Versions in this module Expand all Collapse all v0 v0.9.9 Aug 21, 2021 Changes in this version + func ExportGenesis(ctx sdk.Context, k keeper.Keeper) *types.GenesisState + func InitGenesis(ctx sdk.Context, k keeper.Keeper, genState types.GenesisState) + func NewHandler(k keeper.Keeper) sdk.Handler + type AppModule struct + func NewAppModule(cdc codec.Marshaler, keeper keeper.Keeper) AppModule + func (AppModule) QuerierRoute() string + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONMarshaler) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONMarshaler, gs json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(legacyQuerierCdc *codec.LegacyAmino) sdk.Querier + func (am AppModule) Name() string + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) Route() sdk.Route + type AppModuleBasic struct + func NewAppModuleBasic(cdc codec.Marshaler) AppModuleBasic + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONMarshaler) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) RegisterRESTRoutes(clientCtx client.Context, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONMarshaler, config client.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) GetTxCmd() *cobra.Command + func (a AppModuleBasic) RegisterInterfaces(reg cdctypes.InterfaceRegistry)