Name | Lookup | Parameters | |
|---|---|---|---|
| force_set_current_code | 2f00 | 2 | |
| force_set_current_head | 2f01 | 2 | |
| force_schedule_code_upgrade | 2f02 | 3 | |
| force_note_new_head | 2f03 | 2 | |
| force_queue_action | 2f04 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CurrentCodeUpdated | 2f00 | ||
| CurrentHeadUpdated | 2f01 | ||
| CodeUpgradeScheduled | 2f02 | ||
| NewHeadNoted | 2f03 | ||
| ActionQueued | 2f04 |
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":"Hash","isLinked":false}} | |
| PastCodeHash | {"origin":"MapType","map_type":{"key":"(ParaId, BlockNumber)","hasher":"Twox64Concat","value":"Hash","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":"Hash","isLinked":false}} | |
| 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":"Hash","hasher":"Identity","value":"u32","isLinked":false}} | |
| CodeByHash | {"origin":"MapType","map_type":{"key":"Hash","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. |