Versions in this module Expand all Collapse all v1 v1.7.3 Jan 2, 2023 v1.7.2 Jan 2, 2023 Changes in this version + var DefaultPoolCreationFee = sdk.NewCoin("ufury", sdkmath.NewIntWithDecimal(5000, 6)) + var DefaultTaxRate = sdk.NewDecWithPrec(4, 1) + var KeyFee = []byte("Fee") + func Migrate(ctx sdk.Context, k CoinswapKeeper, paramSpace paramstypes.Subspace) error + type CoinswapKeeper interface + GetParams func(ctx sdk.Context) types.Params + SetParams func(ctx sdk.Context, params types.Params) + type Params struct + Fee sdk.Dec + func GetLegacyParams(ctx sdk.Context, paramSpace paramstypes.Subspace) Params + func (p *Params) ParamSetPairs() paramstypes.ParamSetPairs