Name | Lookup | Parameters | |
---|---|---|---|
register | 4600 | 3 | |
force_register | 4601 | 5 | |
deregister | 4602 | 1 | |
swap | 4603 | 2 | |
remove_lock | 4604 | 1 | |
reserve | 4605 | - | |
add_lock | 4606 | 1 | |
schedule_code_upgrade | 4607 | 2 | |
set_current_head | 4608 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Registered | 4600 | ["ParaId","AccountId"] | |
Deregistered | 4601 | ["ParaId"] | |
Reserved | 4602 | ["ParaId","AccountId"] |
Name | Type | |
---|---|---|
PendingSwap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":85,"value_id":85}} | |
Paras | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:paras_registrar:ParaInfo","keys_id":85,"value_id":686}} | |
NextFreeParaId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":85} |
Name | Type | Value | |
---|---|---|---|
ParaDeposit | U128 | 0000a027128c1c2b0200000000000000 | |
DataDepositPerByte | U128 | 55157e05511e00000000000000000000 |
Name | Docs |
---|---|
NotRegistered | The ID is not registered. |
AlreadyRegistered | The ID is already registered. |
NotOwner | The caller is not the owner of this Id. |
CodeTooLarge | Invalid para code size. |
HeadDataTooLarge | Invalid para head data size. |
NotParachain | Para is not a Parachain. |
NotParathread | Para is not a Parathread. |
CannotDeregister | Cannot deregister para |
CannotDowngrade | Cannot schedule downgrade of parachain to parathread |
CannotUpgrade | Cannot schedule upgrade of parathread to parachain |
ParaLocked | Para is locked from manipulation by the manager. Must use parachain or relay chain governance. |
NotReserved | The ID given for registration has not been reserved. |
EmptyCode | Registering parachain with empty code is not allowed. |
CannotSwap | Cannot perform a parachain slot / lifecycle swap. Check that the state of both paras arecorrect for the swap to work. |