subscan
Runtime Modules / Bridge
Spec Version:
Storage Functions
Name
Type
Controller{"origin":"PlainType","plain_type":"AccountId"}
BridgeTxDetails{"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"u32","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"BridgeTxDetail<BlockNumber>","isLinked":false}}
Admin{"origin":"PlainType","plain_type":"AccountId"}
Frozen{"origin":"PlainType","plain_type":"bool"}
FreezeAdmins{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"bool","isLinked":false}}
Timelock{"origin":"PlainType","plain_type":"BlockNumber"}
BridgeLimit{"origin":"PlainType","plain_type":"(Balance, BlockNumber)"}
PolyxBridged{"origin":"MapType","map_type":{"key":"IdentityId","hasher":"Identity","value":"(Balance, BlockNumber)","isLinked":false}}
BridgeLimitExempted{"origin":"MapType","map_type":{"key":"IdentityId","hasher":"Twox64Concat","value":"bool","isLinked":false}}
StorageVersion{"origin":"PlainType","plain_type":"Version"}
Error Types
Name
Docs
ControllerNotSet The bridge controller address is not set.
BadCaller The origin is not the controller or the admin address.
BadAdmin The origin is not the admin address.
NoValidCdd The recipient DID has no valid CDD.
ProposalAlreadyHandled The bridge transaction proposal has already been handled and the funds minted.
Unauthorized Unauthorized to perform an operation.
Frozen The bridge is already frozen.
NotFrozen The bridge is not frozen.
FrozenTx The transaction is frozen.
BridgeLimitReached The identity's minted total has reached the bridge limit.
Overflow The identity's minted total has overflowed.
DivisionByZero The block interval duration is zero. Cannot divide.
TimelockedTx The transaction is timelocked.