Westend
subscan
Runtime Modules / Registrar
Spec Version:
Call Functions
Name
Lookup
Parameters
register3c003
force_register3c015
deregister3c021
swap3c032
force_remove_lock3c041
reserve3c05-
Events
Name
Lookup
Attributes
Registered3c00
Deregistered3c01
Reserved3c02
Storage Functions
Name
Type
PendingSwap{"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"ParaId","isLinked":false}}
Paras{"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"ParaInfo<AccountId, BalanceOf>","isLinked":false}}
NextFreeParaId{"origin":"PlainType","plain_type":"ParaId"}
Constants
Name
Type
Value
ParaDepositBalanceOf0x0040e59c301200000000000000000000
DataDepositPerByteBalanceOf0x80f0fa02000000000000000000000000
MaxCodeSizeu320x00005000
MaxHeadSizeu320x00500000
Error Types
Name
Docs
NotRegistered The ID is not registered.
AlreadyRegistered The ID is already registered.
NotOwner The caller is not the owner of this Id.
CodeTooLarge Invalid para code size.
HeadDataTooLarge Invalid para head data size.
NotParachain Para is not a Parachain.
NotParathread Para is not a Parathread.
CannotDeregister Cannot deregister para
CannotDowngrade Cannot schedule downgrade of parachain to parathread
CannotUpgrade Cannot schedule upgrade of parathread to parachain
ParaLocked Para is locked from manipulation by the manager. Must use parachain or relay chain governance.
InvalidParaId The id you are trying to register is reserved for system parachains.
NotReserved The ID given for registration has not been reserved.