Name | Lookup | Parameters | |
|---|---|---|---|
| sudo_schedule_para_initialize | fa00 | 2 | |
| sudo_schedule_para_cleanup | fa01 | 1 | |
| sudo_schedule_parathread_upgrade | fa02 | 1 | |
| sudo_schedule_parachain_downgrade | fa03 | 1 | |
| sudo_queue_downward_xcm | fa04 | 2 | |
| sudo_establish_hrmp_channel | fa05 | 4 |
Name | Docs |
|---|---|
| ParaDoesntExist | The specified parachain or parathread is not registered. |
| ParaAlreadyExists | The specified parachain or parathread is already registered. |
| ExceedsMaxMessageSize | A DMP message couldn't be sent because it exceeds the maximum size allowed for a downwardmessage. |
| CouldntCleanup | Could not schedule para cleanup. |
| NotParathread | Not a parathread. |
| NotParachain | Not a parachain. |
| CannotUpgrade | Cannot upgrade parathread. |
| CannotDowngrade | Cannot downgrade parachain. |