Name | Lookup | Parameters | |
|---|---|---|---|
| new_auction | 1600 | 2 | |
| bid | 1601 | 5 | |
| bid_renew | 1602 | 4 | |
| set_offboarding | 1603 | 1 | |
| fix_deploy_data | 1604 | 4 | |
| 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}} |