Name | Lookup | Attributes | |
|---|---|---|---|
| Success | 6f00 | ["Option<XcmHash>","Weight"] | |
| Fail | 6f01 | ["Option<XcmHash>","XcmError","Weight"] | |
| BadVersion | 6f02 | ["Option<XcmHash>"] | |
| BadFormat | 6f03 | ["Option<XcmHash>"] | |
| XcmpMessageSent | 6f04 | ["Option<XcmHash>"] | |
| OverweightEnqueued | 6f05 | ["ParaId","RelayBlockNumber","OverweightIndex","Weight"] | |
| OverweightServiced | 6f06 | ["OverweightIndex","Weight"] | |
| XcmDeferred | 6f07 | ["ParaId","RelayBlockNumber","RelayBlockNumber","Option<XcmHash>"] | |
| XcmDeferredQueueFull | 6f08 |
Name | Type | |
|---|---|---|
| InboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:InboundChannelDetails>","PlainTypeValue":510} | |
| InboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"Vec<U8>","keys_id":516,"value_id":12}} | |
| DeferredXcmMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<cumulus_pallet_xcmp_queue:DeferredMessage>","keys_id":150,"value_id":517}} | |
| OutboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:OutboundChannelDetails>","PlainTypeValue":520} | |
| OutboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U16"],"value":"Vec<U8>","keys_id":523,"value_id":12}} | |
| SignalMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":150,"value_id":12}} | |
| QueueConfig | {"origin":"PlainType","plain_type":"cumulus_pallet_xcmp_queue:QueueConfigData","PlainTypeValue":524} | |
| Overweight | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"Tuple:U32U32Vec<U8>","keys_id":10,"value_id":525}} | |
| CounterForOverweight | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| OverweightCount | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":10} | |
| QueueSuspended | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":46} |
Name | Docs |
|---|---|
| FailedToSend | Failed to send XCM message. |
| BadXcmOrigin | Bad XCM origin. |
| BadXcm | Bad XCM data. |
| BadOverweightIndex | Bad overweight index. |
| WeightOverLimit | Provided weight is possibly not enough to execute the message. |