Name | Lookup | Parameters | |
|---|---|---|---|
| new_auction | 1600 | 2 | |
| bid | 1601 | 5 | |
| bid_renew | 1602 | 4 | |
| set_offboarding | 1603 | 1 | |
| fix_deploy_data | 1604 | 5 | |
| elaborate_deploy_data | 1605 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewLeasePeriod | 0f00 | ||
| AuctionStarted | 0f01 | ||
| AuctionClosed | 0f02 | ||
| WonDeploy | 0f03 | ||
| WonRenewal | 0f04 | ||
| Reserved | 0f05 | ||
| Unreserved | 0f06 |
Name | Type | |
|---|---|---|
| AuctionCounter | {"origin":"PlainType","plain_type":"AuctionIndex"} | |
| ManagedIds | {"origin":"PlainType","plain_type":"Vec<ParaId>"} | |
| Deposits | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Blake2_256","value":"Vec<BalanceOf>","isLinked":false}} | |
| AuctionInfo | {"origin":"PlainType","plain_type":"(LeasePeriodOf, BlockNumber)"} | |
| Winning | {"origin":"MapType","map_type":{"key":"BlockNumber","hasher":"Blake2_256","value":"WinningData","isLinked":false}} | |
| ReservedAmounts | {"origin":"MapType","map_type":{"key":"Bidder<AccountId>","hasher":"Blake2_256","value":"BalanceOf","isLinked":false}} | |
| OnboardQueue | {"origin":"MapType","map_type":{"key":"LeasePeriodOf","hasher":"Blake2_256","value":"Vec<ParaId>","isLinked":false}} | |
| Onboarding | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Blake2_256","value":"(LeasePeriodOf, IncomingParachain<AccountId, Hash>)","isLinked":false}} | |
| Offboarding | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Blake2_256","value":"AccountId","isLinked":false}} |
Name | Docs |
|---|---|
| AuctionInProgress | This auction is already in progress. |
| LeasePeriodInPast | The lease period is in the past. |
| NotParaOrigin | The origin for this call must be a parachain. |
| ParaNotOnboarding | The parachain ID is not onboarding. |
| InvalidOrigin | The origin for this call must be the origin who registered the parachain. |
| AlreadyRegistered | Parachain is already registered. |
| InvalidCode | The code must correspond to the hash. |
| UnsetDeployData | Deployment data has not been set for this parachain. |
| NonIntersectingRange | The bid must overlap all intersecting ranges. |
| NotCurrentAuction | Not a current auction. |
| NotAuction | Not an auction. |
| CodeTooLarge | Given code size is too large. |
| HeadDataTooLarge | Given initial head data is too large. |