Name | Lookup | Parameters | |
|---|---|---|---|
| service_overweight | 7800 | 2 | |
| suspend_xcm_execution | 7801 | - | |
| resume_xcm_execution | 7802 | - | |
| update_suspend_threshold | 7803 | 1 | |
| update_drop_threshold | 7804 | 1 | |
| update_resume_threshold | 7805 | 1 | |
| update_threshold_weight | 7806 | 1 | |
| update_weight_restrict_decay | 7807 | 1 | |
| update_xcmp_max_individual_weight | 7808 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Success | 7800 | ["Option<Hash>"] | |
| Fail | 7801 | ["Option<Hash>","XcmError"] | |
| BadVersion | 7802 | ["Option<Hash>"] | |
| BadFormat | 7803 | ["Option<Hash>"] | |
| UpwardMessageSent | 7804 | ["Option<Hash>"] | |
| XcmpMessageSent | 7805 | ["Option<Hash>"] | |
| OverweightEnqueued | 7806 | ["ParaId","RelayBlockNumber","OverweightIndex","Weight"] | |
| OverweightServiced | 7807 | ["OverweightIndex","Weight"] |
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":10}} | |
| 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":10}} | |
| SignalMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":84,"value_id":10}} | |
| 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":8,"value_id":448}} | |
| OverweightCount | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":8} | |
| 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. |