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"] | |
Swapped | 4603 | ["ParaId","ParaId"] |
Name | Type | |
---|---|---|
PendingSwap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":103,"value_id":103}} | |
Paras | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:paras_registrar:ParaInfo","keys_id":103,"value_id":960}} | |
NextFreeParaId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":103} |
Name | Type | Value | |
---|---|---|---|
ParaDeposit | U128 | 000040b2bac9e0191e02000000000000 | |
DataDepositPerByte | U128 | 008062175ed158000000000000000000 |
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 (on-demand parachain). |
CannotDeregister | Cannot deregister para |
CannotDowngrade | Cannot schedule downgrade of lease holding parachain to on-demand parachain |
CannotUpgrade | Cannot schedule upgrade of on-demand parachain to lease holding parachain |
ParaLocked | Para is locked from manipulation by the manager. Must use parachain or relay chaingovernance. |
NotReserved | The ID given for registration has not been reserved. |
InvalidCode | The validation code is invalid. |
CannotSwap | Cannot perform a parachain slot / lifecycle swap. Check that the state of both parasare correct for the swap to work. |