Name | Lookup | Parameters | |
---|---|---|---|
register | 1400 | 2 | |
deregister | 1401 | 1 | |
mark_valid_for_collating | 1402 | 1 | |
set_boot_nodes | 1403 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
ParaIdRegistered | 1400 | ["ParaId"] | |
ParaIdDeregistered | 1401 | ["ParaId"] | |
ParaIdValidForCollating | 1402 | ["ParaId"] | |
BootNodesChanged | 1403 | ["ParaId"] |
Name | Type | |
---|---|---|
RegisteredParaIds | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":152} | |
PendingParaIds | {"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":154} | |
ParaGenesisData | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"tp_container_chain_genesis_data:ContainerChainGenesisData","keys_id":40,"value_id":116}} | |
PendingVerification | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":152} | |
BootNodes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<bounded_collections:bounded_vec:BoundedVec@124>","keys_id":40,"value_id":123}} | |
RegistrarDeposit | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_registrar:pallet:DepositInfo","keys_id":40,"value_id":156}} |
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 |
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 |