Name | Lookup | Parameters | |
---|---|---|---|
register | 1400 | 3 | |
deregister | 1401 | 1 | |
mark_valid_for_collating | 1402 | 1 | |
pause_container_chain | 1404 | 1 | |
unpause_container_chain | 1405 | 1 | |
register_parathread | 1406 | 4 | |
set_parathread_params | 1407 | 2 | |
set_para_manager | 1408 | 2 | |
register_with_relay_proof | 1409 | 7 | |
deregister_with_relay_proof | 140a | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
ParaIdRegistered | 1400 | ["ParaId"] | |
ParaIdDeregistered | 1401 | ["ParaId"] | |
ParaIdValidForCollating | 1402 | ["ParaId"] | |
ParaIdPaused | 1403 | ["ParaId"] | |
ParaIdUnpaused | 1404 | ["ParaId"] | |
ParathreadParamsChanged | 1405 | ["ParaId"] | |
ParaManagerChanged | 1406 | ["ParaId","AccountId"] |
Name | Type | |
---|---|---|
RegisteredParaIds | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":452} | |
PendingParaIds | {"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":453} | |
ParaGenesisData | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"dp_container_chain_genesis_data:ContainerChainGenesisData","keys_id":61,"value_id":295}} | |
PendingVerification | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"NULL","keys_id":61,"value_id":35}} | |
Paused | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":452} | |
PendingPaused | {"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":453} | |
PendingToRemove | {"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":453} | |
ParathreadParams | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"tp_traits:SlotFrequency","keys_id":61,"value_id":305}} | |
PendingParathreadParams | {"origin":"PlainType","plain_type":"Vec<Tuple:U32bounded_collections:bounded_vec:BoundedVec@457>","PlainTypeValue":455} | |
BufferedParasToDeregister | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":452} | |
RegistrarDeposit | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_registrar:pallet:DepositInfo","keys_id":61,"value_id":460}} | |
ParaManager | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"AccountId","keys_id":61,"value_id":0}} |
Name | Type | Value | |
---|---|---|---|
MaxLengthParaIds | U32 | 64000000 | |
MaxGenesisDataSize | U32 | 404b4c00 | |
SessionDelay | U32 | 02000000 | |
DepositAmount | U128 | 00407a10f35a00000000000000000000 |
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. |