Name | Lookup | Parameters | |
---|---|---|---|
fulfill_call | 2700 | 5 | |
execute | 2701 | 4 | |
source_chain_froze | 2702 | 2 | |
send_message | 2703 | 3 | |
set_poseidon_hash | 2704 | 2 | |
set_broadcaster | 2705 | 2 | |
set_whitelisted_domains | 2706 | 1 | |
set_configuration | 2707 | 1 | |
set_function_ids | 2708 | 1 | |
set_step_verification_key | 2709 | 1 | |
set_rotate_verification_key | 270a | 1 | |
failed_send_message_txs | 270b | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
HeadUpdated | 2700 | ["u64","H256","H256"] | |
SyncCommitteeUpdated | 2701 | ["u64","U256"] | |
BroadcasterUpdated | 2702 | ["H256","H256","u32"] | |
MessageExecuted | 2703 | ["H256","H256","u64","H256"] | |
SourceChainFrozen | 2704 | ["u32","bool"] | |
MessageSubmitted | 2705 | ["AccountId","H256","MessageType","u32","u64"] | |
WhitelistedDomainsUpdated | 2706 | ||
ConfigurationUpdated | 2707 | ["u64","u16"] | |
FunctionIdsUpdated | 2708 | ["Option<(H256, H256)>"] | |
StepVerificationKeyUpdated | 2709 | ["Option<BoundedVec<u8, ConstU32<10_000>>>"] | |
RotateVerificationKeyUpdated | 270a | ["Option<BoundedVec<u8, ConstU32<10_000>>>"] |
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":102}} | |
ConfigurationStorage | {"origin":"PlainType","plain_type":"pallet_vector:state:Configuration","PlainTypeValue":325} | |
MessageStatus | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_vector:storage_utils:MessageStatusEnum","keys_id":22,"value_id":499}} | |
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":40}} | |
WhitelistedDomains | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":324} | |
FunctionIds | {"origin":"PlainType","plain_type":"option<Tuple:H256H256>","PlainTypeValue":106} | |
StepVerificationKey | {"origin":"PlainType","plain_type":"option<bounded_collections:bounded_vec:BoundedVec@109>","PlainTypeValue":108} | |
RotateVerificationKey | {"origin":"PlainType","plain_type":"option<bounded_collections:bounded_vec:BoundedVec@109>","PlainTypeValue":108} | |
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} |
Name | Type | Value | |
---|---|---|---|
MessageMappingStorageIndex | U64 | 0100000000000000 | |
PalletId | [U8; 8] | 61766c2f62726467 | |
AvailDomain | U32 | 01000000 |
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 | |
AssetNotSupported | Given AssetId is not supported |
InvalidBridgeInputs | Given inputs for the selected MessageType are invalid |
DomainNotSupported | Domain is not supported |
FunctionIdsAreNotSet | Function ids (step / rotate) are not set |
BadContext | Inherent call outside of block execution context. |
InvalidFailedIndices | Invalid FailedIndices |