Dancebox
subscan
Runtime Modules / Registrar
Spec Version:
Events
Name
Lookup
Attributes
ParaIdRegistered1400["ParaId"]
ParaIdDeregistered1401["ParaId"]
ParaIdValidForCollating1402["ParaId"]
ParaIdPaused1403["ParaId"]
ParaIdUnpaused1404["ParaId"]
ParathreadParamsChanged1405["ParaId"]
Storage Functions
Name
Type
RegisteredParaIds{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":393}
PendingParaIds{"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":395}
ParaGenesisData{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"tp_container_chain_genesis_data:ContainerChainGenesisData","keys_id":61,"value_id":272}}
PendingVerification{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":393}
Paused{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":393}
PendingPaused{"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":395}
PendingToRemove{"origin":"PlainType","plain_type":"Vec<Tuple:U32Vec<U32>>","PlainTypeValue":395}
ParathreadParams{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"tp_traits:SlotFrequency","keys_id":61,"value_id":397}}
PendingParathreadParams{"origin":"PlainType","plain_type":"Vec<Tuple:U32bounded_collections:bounded_vec:BoundedVec@400>","PlainTypeValue":398}
RegistrarDeposit{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_registrar:pallet:DepositInfo","keys_id":61,"value_id":403}}
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
ParaIdAlreadyDeregisteredAttempted to deregister a ParaId that is already being deregistered
ParaIdAlreadyPausedAttempted to pause a ParaId that was already paused
ParaIdNotPausedAttempted to unpause a ParaId that was not paused
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
NotAParathreadTried to change parathread params for a para id that is not a registered parathread