Name | Lookup | Parameters | |
---|---|---|---|
register | 0a00 | 3 | |
deregister | 0a01 | 1 | |
mark_valid_for_collating | 0a02 | 1 | |
pause_container_chain | 0a04 | 1 | |
unpause_container_chain | 0a05 | 1 | |
register_parathread | 0a06 | 4 | |
set_parathread_params | 0a07 | 2 | |
set_para_manager | 0a08 | 2 | |
register_with_relay_proof | 0a09 | 7 | |
deregister_with_relay_proof | 0a0a | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
ParaIdRegistered | 0a00 | ["ParaId"] | |
ParaIdDeregistered | 0a01 | ["ParaId"] | |
ParaIdValidForCollating | 0a02 | ["ParaId"] | |
ParaIdPaused | 0a03 | ["ParaId"] | |
ParaIdUnpaused | 0a04 | ["ParaId"] | |
ParathreadParamsChanged | 0a05 | ["ParaId"] | |
ParaManagerChanged | 0a06 | ["ParaId","AccountId"] |
Name | Type | |
---|---|---|
RegisteredParaIds | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":611} | |
PendingParaIds | {"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":612} | |
ParaGenesisData | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"dp_container_chain_genesis_data:ContainerChainGenesisData","keys_id":46,"value_id":158}} | |
PendingVerification | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"NULL","keys_id":46,"value_id":128}} | |
Paused | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":611} | |
PendingPaused | {"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":612} | |
PendingToRemove | {"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":612} | |
ParathreadParams | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"tp_traits:SlotFrequency","keys_id":46,"value_id":171}} | |
PendingParathreadParams | {"origin":"PlainType","plain_type":"Vec<Tuple:U32bounded_collections:bounded_vec:BoundedVec@616>","PlainTypeValue":614} | |
BufferedParasToDeregister | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":611} | |
RegistrarDeposit | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_registrar:pallet:DepositInfo","keys_id":46,"value_id":619}} | |
ParaManager | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"AccountId","keys_id":46,"value_id":0}} |
Name | Type | Value | |
---|---|---|---|
MaxLengthParaIds | U32 | 64000000 | |
MaxGenesisDataSize | U32 | 404b4c00 | |
SessionDelay | U32 | 02000000 | |
DataDepositPerByte | U128 | 55a0fc01000000000000000000000000 |
Name | Docs |
---|---|
ParaIdAlreadyRegistered | Attempted to register a ParaId that was already registered |
ParaIdNotRegistered | Attempted to deregister a ParaId that is not registered |
ParaIdAlreadyDeregistered | Attempted to deregister a ParaId that is already being deregistered |
ParaIdAlreadyPaused | Attempted to pause a ParaId that was already paused |
ParaIdNotPaused | Attempted to unpause a ParaId that was not paused |
ParaIdListFull | The bounded list of ParaIds has reached its limit |
GenesisDataTooBig | Attempted to register a ParaId with a genesis data size greater than the limit |
ParaIdNotInPendingVerification | Tried to mark_valid_for_collating a ParaId that is not in PendingVerification |
NotSufficientDeposit | Tried to register a ParaId with an account that did not have enough balance for the deposit |
NotAParathread | Tried to change parathread params for a para id that is not a registered parathread |
NotParaCreator | Attempted to execute an extrinsic meant only for the para creator |
RelayStorageRootNotFound | The relay storage root for the corresponding block number could not be retrieved |
InvalidRelayStorageProof | The provided relay storage proof is not valid |
InvalidRelayManagerSignature | The provided signature from the parachain manager in the relay is not valid |
ParaStillExistsInRelay | Tried to deregister a parachain that was not deregistered from the relay chain |
HeadDataNecessary | Tried to register a paraId in a relay context without specifying a proper HeadData. |
WasmCodeNecessary | Tried to register a paraId in a relay context without specifying a wasm chain code. |