subscan
Runtime Modules / Vector
Spec Version:
Events
Name
Lookup
Attributes
HeadUpdated2700["u64","H256","H256"]
SyncCommitteeUpdated2701["u64","U256"]
BroadcasterUpdated2702["H256","H256","u32"]
MessageExecuted2703["H256","H256","u64","H256"]
SourceChainFrozen2704["u32","bool"]
MessageSubmitted2705["AccountId","H256","MessageType","u32","u64"]
WhitelistedDomainsUpdated2706
ConfigurationUpdated2707["u64","u16"]
FunctionIdsUpdated2708["Option<(H256, H256)>"]
StepVerificationKeyUpdated2709["Option<BoundedVec<u8, ConstU32<10_000>>>"]
RotateVerificationKeyUpdated270a["Option<BoundedVec<u8, ConstU32<10_000>>>"]
NewUpdater270b["H256","H256"]
NewSP1VerificationKey270c["H256","H256"]
SyncCommitteeHashUpdated270d["u64","H256"]
MockEnabled270e["bool"]
Storage Functions
Name
Type
Head{"origin":"PlainType","plain_type":"U64","PlainTypeValue":11}
Headers{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U64"],"value":"H256","keys_id":11,"value_id":22}}
Timestamps{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U64"],"value":"U64","keys_id":11,"value_id":11}}
ExecutionStateRoots{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U64"],"value":"H256","keys_id":11,"value_id":22}}
SyncCommitteePoseidons{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U64"],"value":"U256","keys_id":11,"value_id":105}}
ConfigurationStorage{"origin":"PlainType","plain_type":"pallet_vector:state:Configuration","PlainTypeValue":327}
MessageStatus{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_vector:storage_utils:MessageStatusEnum","keys_id":22,"value_id":501}}
Broadcasters{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"H256","keys_id":4,"value_id":22}}
SourceChainFrozen{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"Bool","keys_id":4,"value_id":43}}
WhitelistedDomains{"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":326}
FunctionIds{"origin":"PlainType","plain_type":"option<Tuple:H256H256>","PlainTypeValue":109}
StepVerificationKey{"origin":"PlainType","plain_type":"option<bounded_collections:bounded_vec:BoundedVec@112>","PlainTypeValue":111}
RotateVerificationKey{"origin":"PlainType","plain_type":"option<bounded_collections:bounded_vec:BoundedVec@112>","PlainTypeValue":111}
GenesisValidatorRoot{"origin":"PlainType","plain_type":"H256","PlainTypeValue":22}
GenesisTimestamp{"origin":"PlainType","plain_type":"U64","PlainTypeValue":11}
SecondsPerSlot{"origin":"PlainType","plain_type":"U64","PlainTypeValue":11}
SourceChainId{"origin":"PlainType","plain_type":"U64","PlainTypeValue":11}
Updater{"origin":"PlainType","plain_type":"H256","PlainTypeValue":22}
SyncCommitteeHashes{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U64"],"value":"H256","keys_id":11,"value_id":22}}
SP1VerificationKey{"origin":"PlainType","plain_type":"H256","PlainTypeValue":22}
MockEnabled{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":43}
Constants
Name
Type
Value
MessageMappingStorageIndexU640100000000000000
PalletId[U8; 8]61766c2f62726467
AvailDomainU3201000000
Error Types
Name
Docs
VerificationError
NotEnoughParticipants
ConfigurationNotSet
SlotBehindHead
VerificationKeyIsNotSet
MalformedVerificationKey
FunctionIdNotKnown
StepVerificationError
RotateVerificationError
HeaderRootNotSet
VerificationFailed
HeaderRootAlreadySet
StateRootAlreadySet
SyncCommitteeAlreadySet
SyncCommitteeNotSet
MessageAlreadyExecuted
WrongDestinationChain
UnsupportedOriginChain
BroadcasterSourceChainNotSet
SourceChainFrozen
CannotGetStorageRoot
CannotGetStorageValue
InvalidMessageHash
CannotDecodeData
CannotDecodeDestinationAccountId
AssetNotSupportedGiven AssetId is not supported
InvalidBridgeInputsGiven inputs for the selected MessageType are invalid
DomainNotSupportedDomain is not supported
FunctionIdsAreNotSetFunction ids (step / rotate) are not set
BadContextInherent call outside of block execution context.
InvalidFailedIndicesInvalid FailedIndices
UpdaterMisMatchInvalid updater
CannotParseOutputDataProof output parsing error
CurrentMessageIdNotFoundCannot get current message id
CannotDecodePublicValuePublic values decoding error.
SyncCommitteeHashAlreadySetSync committee hash is already set for given period.
SyncCommitteeStartMismatchEmit when start sync committee does not match.
MockIsNotEnabledMock is not enabled.