Name | Lookup | Parameters | |
|---|---|---|---|
| sudo_schedule_para_initialize | f900 | 2 | |
| sudo_schedule_para_cleanup | f901 | 1 | |
| sudo_schedule_parathread_upgrade | f902 | 1 | |
| sudo_schedule_parachain_downgrade | f903 | 1 | |
| sudo_queue_downward_xcm | f904 | 2 | |
| sudo_establish_hrmp_channel | f905 | 4 |
Name | Docs |
|---|---|
| ParaDoesntExist | The specified parachain is not registered. |
| ParaAlreadyExists | The specified parachain is already registered. |
| ExceedsMaxMessageSize | A DMP message couldn't be sent because it exceeds the maximum size allowed for adownward message. |
| Unroutable | A DMP message couldn't be sent because the destination is unreachable. |
| CouldntCleanup | Could not schedule para cleanup. |
| NotParathread | Not a parathread (on-demand parachain). |
| NotParachain | Not a lease holding parachain. |
| CannotUpgrade | Cannot upgrade on-demand parachain to lease holding parachain. |
| CannotDowngrade | Cannot downgrade lease holding parachain to on-demand. |
| TooManyCores | There are more cores than supported by the runtime. |