Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 Changes in this version + var ModuleCdc = types.ModuleCdc v0.1.1 Nov 25, 2021 Changes in this version + const DefaultParamspace + const ModuleName + const QuerierRoute + const QueryAnnualProvisions + const QueryInflation + const QueryParameters + const StoreKey + var DefaultGenesisState = types.DefaultGenesisState + var DefaultInitialMinter = types.DefaultInitialMinter + var DefaultParams = types.DefaultParams + var InitialMinter = types.InitialMinter + var KeyBlocksPerYear = types.KeyBlocksPerYear + var KeyGoalBonded = types.KeyGoalBonded + var KeyInflationMax = types.KeyInflationMax + var KeyInflationMin = types.KeyInflationMin + var KeyInflationRateChange = types.KeyInflationRateChange + var KeyMintDenom = types.KeyMintDenom + var MinterKey = types.MinterKey + var NewGenesisState = types.NewGenesisState + var NewKeeper = keeper.NewKeeper + var NewMinter = types.NewMinter + var NewParams = types.NewParams + var NewQuerier = keeper.NewQuerier + var ParamKeyTable = types.ParamKeyTable + var ValidateGenesis = types.ValidateGenesis + var ValidateMinter = types.ValidateMinter + func BeginBlocker(ctx sdk.Context, k Keeper) + func InitGenesis(ctx sdk.Context, keeper Keeper, ak types.AccountKeeper, data GenesisState) + type AppModule struct + func NewAppModule(cdc codec.Marshaler, keeper Keeper, ak types.AccountKeeper) AppModule + func (AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) Name() string + func (AppModule) ProposalContents(simState module.SimulationState) []simtypes.WeightedProposalContent + func (AppModule) QuerierRoute() string + func (AppModule) RandomizedParams(r *rand.Rand) []simtypes.ParamChange + func (AppModule) Route() string + func (AppModule) WeightedOperations(_ module.SimulationState) []simtypes.WeightedOperation + func (am AppModule) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONMarshaler) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONMarshaler, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONMarshaler) json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(_ context.CLIContext) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONMarshaler, bz json.RawMessage) error + type GenesisState = types.GenesisState + func ExportGenesis(ctx sdk.Context, keeper Keeper) GenesisState + type Keeper = keeper.Keeper + type Minter = types.Minter + type Params = types.Params