Name | Lookup | Parameters | |
|---|---|---|---|
| service_overweight | 3200 | 2 | |
| suspend_xcm_execution | 3201 | - | |
| resume_xcm_execution | 3202 | - | |
| update_suspend_threshold | 3203 | 1 | |
| update_drop_threshold | 3204 | 1 | |
| update_resume_threshold | 3205 | 1 | |
| update_threshold_weight | 3206 | 1 | |
| update_weight_restrict_decay | 3207 | 1 | |
| update_xcmp_max_individual_weight | 3208 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Success | 3200 | ["Option<Hash>","Weight"] | |
| Fail | 3201 | ["Option<Hash>","XcmError","Weight"] | |
| BadVersion | 3202 | ["Option<Hash>"] | |
| BadFormat | 3203 | ["Option<Hash>"] | |
| UpwardMessageSent | 3204 | ["Option<Hash>"] | |
| XcmpMessageSent | 3205 | ["Option<Hash>"] | |
| OverweightEnqueued | 3206 | ["ParaId","RelayBlockNumber","OverweightIndex","Weight"] | |
| OverweightServiced | 3207 | ["OverweightIndex","Weight"] |
Name | Type | |
|---|---|---|
| InboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:InboundChannelDetails>","PlainTypeValue":364} | |
| InboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"Vec<U8>","keys_id":370,"value_id":11}} | |
| OutboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:OutboundChannelDetails>","PlainTypeValue":371} | |
| OutboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U16"],"value":"Vec<U8>","keys_id":374,"value_id":11}} | |
| SignalMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":56,"value_id":11}} | |
| QueueConfig | {"origin":"PlainType","plain_type":"cumulus_pallet_xcmp_queue:QueueConfigData","PlainTypeValue":375} | |
| Overweight | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"Tuple:U32U32Vec<U8>","keys_id":9,"value_id":376}} | |
| OverweightCount | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":9} | |
| QueueSuspended | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":43} |
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. |