Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, storeKey storetypes.StoreKey, invCheckPeriod uint, ...) *Keeper + func (k *Keeper) AssertInvariants(ctx sdk.Context) + func (k *Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState + func (k *Keeper) GetAuthority() string + 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) RegisterRoute(moduleName, route string, invar sdk.Invariant) + 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) error + func (k *Keeper) UpdateParams(goCtx context.Context, req *types.MsgUpdateParams) (*types.MsgUpdateParamsResponse, error) + func (k *Keeper) VerifyInvariant(goCtx context.Context, msg *types.MsgVerifyInvariant) (*types.MsgVerifyInvariantResponse, error) + type Migrator struct + func NewMigrator(k *Keeper, ss exported.Subspace) Migrator + func (m Migrator) Migrate1to2(ctx sdk.Context) error