Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 v0.9.0 Oct 19, 2020 Changes in this version + type Keeper struct + func NewKeeper(paramSpace params.Subspace, invCheckPeriod uint, ...) Keeper + func (k *Keeper) RegisterRoute(moduleName, route string, invar sdk.Invariant) + func (k Keeper) AssertInvariants(ctx sdk.Context) + func (k Keeper) GetConstantFee(ctx sdk.Context) (constantFee sdk.Coin) + func (k Keeper) InvCheckPeriod() uint + func (k Keeper) Invariants() []sdk.Invariant + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Routes() []types.InvarRoute + func (k Keeper) SendCoinsFromAccountToFeeCollector(ctx sdk.Context, senderAddr sdk.CUAddress, amt sdk.Coins) sdk.Error + func (k Keeper) SetConstantFee(ctx sdk.Context, constantFee sdk.Coin)