Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultPoolCreationFee = sdk.NewCoin("uiris", sdkmath.NewIntWithDecimal(2000, 6)) DefaultTaxRate = sdkmath.LegacyNewDecWithPrec(4, 1) )
Parameter store keys
Functions ¶
func Migrate ¶
func Migrate( ctx sdk.Context, k FarmKeeper, ak types.AccountKeeper, legacySubspace types.Subspace, ) error
Types ¶
type FarmKeeper ¶
type Params ¶
type Params struct { PoolCreationFee sdk.Coin `` /* 149-byte string literal not displayed */ MaxRewardCategories uint32 `` /* 163-byte string literal not displayed */ TaxRate sdkmath.LegacyDec `` /* 129-byte string literal not displayed */ }
func GetLegacyParams ¶
GetLegacyParams gets the parameters for the coinswap module.
func (*Params) ParamSetPairs ¶
func (p *Params) ParamSetPairs() types.ParamSetPairs
ParamSetPairs implements paramtypes.KeyValuePairs
Click to show internal directories.
Click to hide internal directories.