Name | Lookup | Parameters | |
---|---|---|---|
service_overweight | 1e00 | 2 | |
suspend_xcm_execution | 1e01 | - | |
resume_xcm_execution | 1e02 | - | |
update_suspend_threshold | 1e03 | 1 | |
update_drop_threshold | 1e04 | 1 | |
update_resume_threshold | 1e05 | 1 | |
update_threshold_weight | 1e06 | 1 | |
update_weight_restrict_decay | 1e07 | 1 | |
update_xcmp_max_individual_weight | 1e08 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Success | 1e00 | ["Option<XcmHash>","Weight"] | |
Fail | 1e01 | ["Option<XcmHash>","XcmError","Weight"] | |
BadVersion | 1e02 | ["Option<XcmHash>"] | |
BadFormat | 1e03 | ["Option<XcmHash>"] | |
XcmpMessageSent | 1e04 | ["Option<XcmHash>"] | |
OverweightEnqueued | 1e05 | ["ParaId","RelayBlockNumber","OverweightIndex","Weight"] | |
OverweightServiced | 1e06 | ["OverweightIndex","Weight"] |
Name | Type | |
---|---|---|
InboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:InboundChannelDetails>","PlainTypeValue":343} | |
InboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"Vec<U8>","keys_id":349,"value_id":12}} | |
OutboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:OutboundChannelDetails>","PlainTypeValue":350} | |
OutboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U16"],"value":"Vec<U8>","keys_id":353,"value_id":12}} | |
SignalMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":65,"value_id":12}} | |
QueueConfig | {"origin":"PlainType","plain_type":"cumulus_pallet_xcmp_queue:QueueConfigData","PlainTypeValue":354} | |
Overweight | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"Tuple:U32U32Vec<U8>","keys_id":10,"value_id":355}} | |
CounterForOverweight | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
OverweightCount | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":10} | |
QueueSuspended | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":40} |
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. |