Name | Lookup | Parameters | |
|---|---|---|---|
| cancel | 6400 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewCollateralAuction | 6400 | ||
| CancelAuction | 6401 | ||
| CollateralAuctionDealt | 6402 | ||
| DEXTakeCollateralAuction | 6403 |
Name | Type | |
|---|---|---|
| CollateralAuctions | {"origin":"MapType","map_type":{"key":"AuctionId","hasher":"Twox64Concat","value":"CollateralAuctionItem<AccountId, BlockNumber>","isLinked":false}} | |
| TotalCollateralInAuction | {"origin":"MapType","map_type":{"key":"CurrencyId","hasher":"Twox64Concat","value":"Balance","isLinked":false}} | |
| TotalTargetInAuction | {"origin":"PlainType","plain_type":"Balance"} |
Name | Type | Value | |
|---|---|---|---|
| MinimumIncrementSize | Rate | 0x000082dfe40d47000000000000000000 | |
| AuctionTimeToClose | BlockNumber | 0x4b000000 | |
| AuctionDurationSoftCap | BlockNumber | 0x58020000 | |
| GetStableCurrencyId | CurrencyId | 0x0081 | |
| UnsignedPriority | TransactionPriority | 0x3333333333333333 | |
| DefaultSwapParitalPathList | Vec<Vec<CurrencyId>> | 0x04040081 |
Name | Docs |
|---|---|
| AuctionNotExists | The auction dose not exist |
| InReverseStage | The collateral auction is in reverse stage now |
| InvalidFeedPrice | Feed price is invalid |
| MustAfterShutdown | Must after system shutdown |
| InvalidBidPrice | Bid price is invalid |
| InvalidAmount | Invalid input amount |