Versions in this module Expand all Collapse all v1 v1.0.0 Dec 18, 2019 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.AccAddress, amt sdk.Coins) sdk.Error + func (k Keeper) SetConstantFee(ctx sdk.Context, constantFee sdk.Coin)