Versions in this module Expand all Collapse all v0 v0.43.1 Aug 21, 2021 Changes in this version + type Keeper struct + func NewKeeper(paramSpace paramtypes.Subspace, invCheckPeriod uint, ...) Keeper + func (k *Keeper) RegisterRoute(moduleName, route string, invar sdk.Invariant) + func (k Keeper) AssertInvariants(ctx sdk.Context) + func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState + func (k Keeper) GetConstantFee(ctx sdk.Context) (constantFee sdk.Coin) + func (k Keeper) InitGenesis(ctx sdk.Context, data *types.GenesisState) + 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) error + func (k Keeper) SetConstantFee(ctx sdk.Context, constantFee sdk.Coin) + func (k Keeper) VerifyInvariant(goCtx context.Context, msg *types.MsgVerifyInvariant) (*types.MsgVerifyInvariantResponse, error)