Name | Lookup | Parameters | |
---|---|---|---|
register | 3c00 | 3 | |
force_register | 3c01 | 5 | |
deregister | 3c02 | 1 | |
swap | 3c03 | 2 | |
remove_lock | 3c04 | 1 | |
reserve | 3c05 | - | |
add_lock | 3c06 | 1 | |
schedule_code_upgrade | 3c07 | 2 | |
set_current_head | 3c08 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Registered | 3c00 | ["ParaId","AccountId"] | |
Deregistered | 3c01 | ["ParaId"] | |
Reserved | 3c02 | ["ParaId","AccountId"] | |
Swapped | 3c03 | ["ParaId","ParaId"] |
Name | Type | |
---|---|---|
PendingSwap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":171,"value_id":171}} | |
Paras | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_common:paras_registrar:ParaInfo","keys_id":171,"value_id":901}} | |
NextFreeParaId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":171} |
Name | Type | Value | |
---|---|---|---|
ParaDeposit | U128 | 0040e59c301200000000000000000000 | |
DataDepositPerByte | U128 | 80f0fa02000000000000000000000000 |
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. |