Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) CustomBondedRatio(ctx sdk.Context, excludeAmount math.Int) math.LegacyDec
- func (k Keeper) CustomStakingTokenSupply(ctx sdk.Context, excludeAmount math.Int) math.Int
- func (k Keeper) GetExcludeCirculatingAmount(ctx sdk.Context, denom string) sdk.Coin
- func (k Keeper) GetMaxSupply(ctx sdk.Context) string
- func (k Keeper) GetSupply(ctx sdk.Context, denom string) math.Int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct { mintkeeper.Keeper // contains filtered or unexported fields }
Keeper of the mint store
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, key storetypes.StoreKey, sk custommint.StakingKeeper, ak custommint.AccountKeeper, bk custommint.BankKeeper, auraKeeper custommint.AuraKeeper, feeCollectorName string, authority string, ) Keeper
NewKeeper creates a new mint Keeper instance
func (Keeper) CustomBondedRatio ¶
CustomBondedRatio implements an alias call to the underlying staking keeper's CustomBondedRatio to be used in BeginBlocker.
func (Keeper) CustomStakingTokenSupply ¶
CustomStakingTokenSupply implements an alias call to the underlying staking keeper's CustomStakingTokenSupply to be used in BeginBlocker.
func (Keeper) GetExcludeCirculatingAmount ¶
Click to show internal directories.
Click to hide internal directories.