Versions in this module Expand all Collapse all v0 v0.0.2 Aug 28, 2023 v0.0.1 Jul 5, 2023 Changes in this version + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, key storetypes.StoreKey, paramSpace paramtypes.Subspace, ...) Keeper + func (k Keeper) AnnualProvisions(c context.Context, _ *types.QueryAnnualProvisionsRequest) (*types.QueryAnnualProvisionsResponse, error) + func (k Keeper) BeginBlocker(ctx sdk.Context) error + func (k Keeper) BondedRatio(ctx sdk.Context) sdk.Dec + func (k Keeper) DistributeMintedCoin(ctx sdk.Context, mintedCoin sdk.Coin) error + func (k Keeper) GetMinter(ctx sdk.Context) (minter types.Minter) + func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k Keeper) GetProportion(_ sdk.Context, mintedCoin sdk.Coin, ratio sdk.Dec) sdk.Coin + func (k Keeper) Inflation(c context.Context, _ *types.QueryInflationRequest) (*types.QueryInflationResponse, error) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) MintCoin(ctx sdk.Context, coin sdk.Coin) error + func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + func (k Keeper) SetMinter(ctx sdk.Context, minter types.Minter) + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) + func (k Keeper) StakingTokenSupply(ctx sdk.Context) sdkmath.Int