Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + const AttributeKeyRoute + const AttributeValueCrisis + const DefaultParamspace + const EventTypeInvariant + const ModuleName + const RouterKey + var DefaultGenesisState = types.DefaultGenesisState + var ErrNoSender = types.ErrNoSender + var ErrUnknownInvariant = types.ErrUnknownInvariant + var ModuleCdc = types.ModuleCdc + var NewGenesisState = types.NewGenesisState + var NewInvarRoute = types.NewInvarRoute + var NewKeeper = keeper.NewKeeper + var NewMsgVerifyInvariant = types.NewMsgVerifyInvariant + var ParamKeyTable = types.ParamKeyTable + var ParamStoreKeyConstantFee = types.ParamStoreKeyConstantFee + var RegisterCodec = types.RegisterCodec + func EndBlocker(ctx sdk.Context, k Keeper) + func ExportGenesis(ctx sdk.Context, keeper keeper.Keeper) types.GenesisState + func InitGenesis(ctx sdk.Context, keeper keeper.Keeper, data types.GenesisState) + func NewHandler(k keeper.Keeper) sdk.Handler + type AppModule struct + func NewAppModule(keeper *keeper.Keeper) AppModule + func (AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (AppModule) Name() string + func (AppModule) NewQuerierHandler() sdk.Querier + func (AppModule) QuerierRoute() string + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (AppModule) Route() string + func (am AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewHandler() sdk.Handler + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(_ context.CLIContext, _ *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type GenesisState = types.GenesisState + type InvarRoute = types.InvarRoute + type Keeper = keeper.Keeper + type MsgVerifyInvariant = types.MsgVerifyInvariant