Name | Lookup | Parameters | |
---|---|---|---|
service_overweight | 7b00 | 2 | |
suspend_xcm_execution | 7b01 | - | |
resume_xcm_execution | 7b02 | - | |
update_suspend_threshold | 7b03 | 1 | |
update_drop_threshold | 7b04 | 1 | |
update_resume_threshold | 7b05 | 1 | |
update_threshold_weight | 7b06 | 1 | |
update_weight_restrict_decay | 7b07 | 1 | |
update_xcmp_max_individual_weight | 7b08 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Success | 7b00 | ["XcmHash","XcmHash","Weight"] | |
Fail | 7b01 | ["XcmHash","XcmHash","XcmError","Weight"] | |
BadVersion | 7b02 | ["XcmHash"] | |
BadFormat | 7b03 | ["XcmHash"] | |
XcmpMessageSent | 7b04 | ["XcmHash"] | |
OverweightEnqueued | 7b05 | ["ParaId","RelayBlockNumber","OverweightIndex","Weight"] | |
OverweightServiced | 7b06 | ["OverweightIndex","Weight"] |
Name | Type | |
---|---|---|
InboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:InboundChannelDetails>","PlainTypeValue":644} | |
InboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"Vec<U8>","keys_id":650,"value_id":13}} | |
OutboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:OutboundChannelDetails>","PlainTypeValue":651} | |
OutboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U16"],"value":"Vec<U8>","keys_id":654,"value_id":13}} | |
SignalMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":201,"value_id":13}} | |
QueueConfig | {"origin":"PlainType","plain_type":"cumulus_pallet_xcmp_queue:QueueConfigData","PlainTypeValue":655} | |
Overweight | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"Tuple:U32U32Vec<U8>","keys_id":4,"value_id":656}} | |
CounterForOverweight | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":8} | |
OverweightCount | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":4} | |
QueueSuspended | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":52} |
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. |