Name | Lookup | Parameters | |
|---|---|---|---|
| force_set_current_code | 3800 | 2 | |
| force_set_current_head | 3801 | 2 | |
| force_schedule_code_upgrade | 3802 | 3 | |
| force_note_new_head | 3803 | 2 | |
| force_queue_action | 3804 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CurrentCodeUpdated | 3800 | ||
| CurrentHeadUpdated | 3801 | ||
| CodeUpgradeScheduled | 3802 | ||
| NewHeadNoted | 3803 | ||
| ActionQueued | 3804 |
Name | Type | |
|---|---|---|
| Parachains | {"origin":"PlainType","plain_type":"Vec<ParaId>"} | |
| ParaLifecycles | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"ParaLifecycle","isLinked":false}} | |
| Heads | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"HeadData","isLinked":false}} | |
| CurrentCodeHash | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"ValidationCodeHash","isLinked":false}} | |
| PastCodeHash | {"origin":"MapType","map_type":{"key":"(ParaId, BlockNumber)","hasher":"Twox64Concat","value":"ValidationCodeHash","isLinked":false}} | |
| PastCodeMeta | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"ParaPastCodeMeta<BlockNumber>","isLinked":false}} | |
| PastCodePruning | {"origin":"PlainType","plain_type":"Vec<(ParaId, BlockNumber)>"} | |
| FutureCodeUpgrades | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"BlockNumber","isLinked":false}} | |
| FutureCodeHash | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"ValidationCodeHash","isLinked":false}} | |
| UpgradeGoAheadSignal | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"UpgradeGoAhead","isLinked":false}} | |
| UpgradeRestrictionSignal | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"UpgradeRestriction","isLinked":false}} | |
| UpgradeCooldowns | {"origin":"PlainType","plain_type":"Vec<(ParaId, BlockNumber)>"} | |
| UpcomingUpgrades | {"origin":"PlainType","plain_type":"Vec<(ParaId, BlockNumber)>"} | |
| ActionsQueue | {"origin":"MapType","map_type":{"key":"SessionIndex","hasher":"Twox64Concat","value":"Vec<ParaId>","isLinked":false}} | |
| UpcomingParasGenesis | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"ParaGenesisArgs","isLinked":false}} | |
| CodeByHashRefs | {"origin":"MapType","map_type":{"key":"ValidationCodeHash","hasher":"Identity","value":"u32","isLinked":false}} | |
| CodeByHash | {"origin":"MapType","map_type":{"key":"ValidationCodeHash","hasher":"Identity","value":"ValidationCode","isLinked":false}} |
Name | Docs |
|---|---|
| NotRegistered | Para is not registered in our system. |
| CannotOnboard | Para cannot be onboarded because it is already tracked by our system. |
| CannotOffboard | Para cannot be offboarded at this time. |
| CannotUpgrade | Para cannot be upgraded to a parachain. |
| CannotDowngrade | Para cannot be downgraded to a parathread. |