Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 v0.9.0 Oct 19, 2020 Changes in this version + const Burner + const Minter + const ModuleName + const QuerierRoute + const QueryTotalSupply + const RouterKey + const Staking + const StoreKey + var AllInvariants = keeper.AllInvariants + var DefaultCodespace = keeper.DefaultCodespace + var DefaultGenesisState = types.DefaultGenesisState + var DefaultSupply = types.DefaultSupply + var ModuleCdc = types.ModuleCdc + var NewEmptyModuleAccount = types.NewEmptyModuleAccount + var NewGenesisState = types.NewGenesisState + var NewKeeper = keeper.NewKeeper + var NewModuleAccount = types.NewModuleAccount + var NewModuleAddress = types.NewModuleAddress + var NewQuerier = keeper.NewQuerier + var NewSupply = types.NewSupply + var RegisterCodec = types.RegisterCodec + var RegisterInvariants = keeper.RegisterInvariants + var SupplyKey = keeper.SupplyKey + var TotalSupply = keeper.TotalSupply + func InitGenesis(ctx sdk.Context, keeper Keeper, ak types.CUKeeper, data GenesisState) + func ValidateGenesis(data GenesisState) error + type AppModule struct + func NewAppModule(keeper Keeper, ak types.CUKeeper) AppModule + func (AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) Route() string + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + 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 + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type GenesisState = types.GenesisState + func ExportGenesis(ctx sdk.Context, keeper Keeper) GenesisState + type Keeper = keeper.Keeper + type ModuleAccount = types.ModuleAccount + type QueryTotalSupplyParams = types.QueryTotalSupplyParams + type Supply = types.Supply