Versions in this module Expand all Collapse all v0 v0.11.1 Mar 16, 2021 v0.10.1 Mar 16, 2021 Changes in this version + const ModuleName + type GenesisState struct + Params Params + ProductLocks ProductLockMap + TokenPairs []*TokenPair + WithdrawInfos WithdrawInfos + type Params struct + DelistMaxDepositPeriod time.Duration + DelistMinDeposit sdk.SysCoins + DelistVotingPeriod time.Duration + ListFee sdk.SysCoin + TransferOwnershipFee sdk.SysCoin + WithdrawPeriod time.Duration + type ProductLock struct + BlockHeight int64 + BuyExecuted sdk.Dec + Price sdk.Dec + Quantity sdk.Dec + SellExecuted sdk.Dec + type ProductLockMap struct + Data map[string]*ProductLock + type TokenPair struct + BaseAssetSymbol string + BlockHeight int64 + Delisting bool + Deposits sdk.SysCoin + ID uint64 + InitPrice sdk.Dec + MaxPriceDigit int64 + MaxQuantityDigit int64 + MinQuantity sdk.Dec + Owner sdk.AccAddress + QuoteAssetSymbol string + type WithdrawInfo struct + CompleteTime time.Time + Deposits sdk.SysCoin + Owner sdk.AccAddress + type WithdrawInfos []WithdrawInfo