Versions in this module Expand all Collapse all v1 v1.7.4 Apr 15, 2023 v1.7.3 Apr 15, 2023 Changes in this version + var DefaultPoolCreationFee = sdk.NewCoin("ufury", sdkmath.NewIntWithDecimal(2000, 6)) + var DefaultTaxRate = sdk.NewDecWithPrec(4, 1) + func Migrate(ctx sdk.Context, k FarmKeeper, ak types.AccountKeeper, ...) error + type FarmKeeper interface + SetParams func(ctx sdk.Context, params types.Params) + type Params struct + MaxRewardCategories uint32 + PoolCreationFee sdk.Coin + TaxRate sdk.Dec + func GetLegacyParams(ctx sdk.Context, paramSpace paramstypes.Subspace) Params + func (p *Params) ParamSetPairs() paramstypes.ParamSetPairs