Documentation ¶
Index ¶
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 }
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeService storetypes.KVStoreService, sk types.StakingKeeper, ak types.AccountKeeper, bk types.BankKeeper, distributionKeeper types.DistributionKeeper, feeCollectorName string, authority string) Keeper
NewKeeper implements the wrapper newkeeper on top of the original newkeeper with distribution, supply and staking keeper.
func (Keeper) GetCommunityPoolRatio ¶
GetCommunityPoolRatio returns the current ratio of the community pool compared to the total supply.
Click to show internal directories.
Click to hide internal directories.