Dancebox
subscan
Runtime Modules / Registrar
Spec Version:
Call Functions
Name
Lookup
Parameters
register14002
deregister14011
mark_valid_for_collating14021
set_boot_nodes14032
Events
Name
Lookup
Attributes
ParaIdRegistered1400["ParaId"]
ParaIdDeregistered1401["ParaId"]
ParaIdValidForCollating1402["ParaId"]
BootNodesChanged1403["ParaId"]
Storage Functions
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}}
Constants
Name
Type
Value
MaxLengthParaIdsU3264000000
MaxGenesisDataSizeU32404b4c00
SessionDelayU3202000000
DepositAmountU12800407a10f35a00000000000000000000
Error Types
Name
Docs
ParaIdAlreadyRegisteredAttempted to register a ParaId that was already registered
ParaIdNotRegisteredAttempted to deregister a ParaId that is not registered
ParaIdListFullThe bounded list of ParaIds has reached its limit
GenesisDataTooBigAttempted to register a ParaId with a genesis data size greater than the limit
ParaIdNotInPendingVerificationTried to mark_valid_for_collating a ParaId that is not in PendingVerification
NotSufficientDepositTried to register a ParaId with an account that did not have enough balance for the deposit