Name | Lookup | Parameters | |
---|---|---|---|
service_overweight | 2800 | 2 | |
suspend_xcm_execution | 2801 | - | |
resume_xcm_execution | 2802 | - | |
update_suspend_threshold | 2803 | 1 | |
update_drop_threshold | 2804 | 1 | |
update_resume_threshold | 2805 | 1 | |
update_threshold_weight | 2806 | 1 | |
update_weight_restrict_decay | 2807 | 1 | |
update_xcmp_max_individual_weight | 2808 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Success | 2800 | ["XcmHash","XcmHash","Weight"] | |
Fail | 2801 | ["XcmHash","XcmHash","XcmError","Weight"] | |
BadVersion | 2802 | ["XcmHash"] | |
BadFormat | 2803 | ["XcmHash"] | |
XcmpMessageSent | 2804 | ["XcmHash"] | |
OverweightEnqueued | 2805 | ["ParaId","RelayBlockNumber","OverweightIndex","Weight"] | |
OverweightServiced | 2806 | ["OverweightIndex","Weight"] |
Name | Type | |
---|---|---|
InboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:InboundChannelDetails>","PlainTypeValue":458} | |
InboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"Vec<U8>","keys_id":464,"value_id":17}} | |
OutboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:OutboundChannelDetails>","PlainTypeValue":465} | |
OutboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U16"],"value":"Vec<U8>","keys_id":468,"value_id":17}} | |
SignalMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":72,"value_id":17}} | |
QueueConfig | {"origin":"PlainType","plain_type":"cumulus_pallet_xcmp_queue:QueueConfigData","PlainTypeValue":469} | |
Overweight | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"Tuple:U32U32Vec<U8>","keys_id":9,"value_id":470}} | |
CounterForOverweight | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
OverweightCount | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":9} | |
QueueSuspended | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":19} |
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. |
XcmMsgProcessingBlockedByMaintenanceMode | Xcm message processing is blocked by maintenance mode |