Versions in this module Expand all Collapse all v1 v1.3.1 Feb 6, 2021 v1.3.0 Jan 15, 2021 Changes in this version + type Keeper struct + func NewKeeper(cdc *codec.Codec, key sdk.StoreKey, paramSpace params.Subspace, ...) Keeper + func (k Keeper) GetCommunityPoolRatio(ctx sdk.Context) sdk.Dec + func (k Keeper) GetPoolMint(ctx sdk.Context, ratio sdk.Dec, mintedCoin sdk.Coin) sdk.Coins + func (k Keeper) GetShieldStakeForShieldPoolRatio(ctx sdk.Context) sdk.Dec + func (k Keeper) SendToCommunityPool(ctx sdk.Context, amount sdk.Coins) error + func (k Keeper) SendToShieldRewards(ctx sdk.Context, amount sdk.Coins) error Other modules containing this package github.com/certikfoundation/shentu/v2