hydration
subscan
Runtime Modules / XcmpQueue
Spec Version:
Events
Name
Lookup
Attributes
Success6f00["Option<Hash>","Weight"]
Fail6f01["Option<Hash>","XcmError","Weight"]
BadVersion6f02["Option<Hash>"]
BadFormat6f03["Option<Hash>"]
UpwardMessageSent6f04["Option<Hash>"]
XcmpMessageSent6f05["Option<Hash>"]
OverweightEnqueued6f06["ParaId","RelayBlockNumber","OverweightIndex","Weight"]
OverweightServiced6f07["OverweightIndex","Weight"]
Storage Functions
Name
Type
InboundXcmpStatus{"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:InboundChannelDetails>","PlainTypeValue":436}
InboundXcmpMessages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"Vec<U8>","keys_id":442,"value_id":11}}
OutboundXcmpStatus{"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:OutboundChannelDetails>","PlainTypeValue":443}
OutboundXcmpMessages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U16"],"value":"Vec<U8>","keys_id":446,"value_id":11}}
SignalMessages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":127,"value_id":11}}
QueueConfig{"origin":"PlainType","plain_type":"cumulus_pallet_xcmp_queue:QueueConfigData","PlainTypeValue":447}
Overweight{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"Tuple:U32U32Vec<U8>","keys_id":9,"value_id":448}}
OverweightCount{"origin":"PlainType","plain_type":"U64","PlainTypeValue":9}
QueueSuspended{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":50}
Error Types
Name
Docs
FailedToSendFailed to send XCM message.
BadXcmOriginBad XCM origin.
BadXcmBad XCM data.
BadOverweightIndexBad overweight index.
WeightOverLimitProvided weight is possibly not enough to execute the message.