Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KeyFee = []byte("Fee") // fee key DefaultPoolCreationFee = sdk.NewCoin("uiris", sdk.NewIntWithDecimal(5000, 6)) DefaultTaxRate = sdk.NewDecWithPrec(4, 1) )
Parameter store keys
Functions ¶
func Migrate ¶
func Migrate(ctx sdk.Context, k CoinswapKeeper, paramSpace paramstypes.Subspace) error
Types ¶
type CoinswapKeeper ¶
type Params ¶
type Params struct {
Fee sdk.Dec `protobuf:"bytes,1,opt,name=fee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"fee"`
}
func GetLegacyParams ¶
func GetLegacyParams(ctx sdk.Context, paramSpace paramstypes.Subspace) Params
GetLegacyParams gets the parameters for the coinswap module.
func (*Params) ParamSetPairs ¶
func (p *Params) ParamSetPairs() paramstypes.ParamSetPairs
ParamSetPairs implements paramtypes.KeyValuePairs
Click to show internal directories.
Click to hide internal directories.