Name | Lookup | Parameters | |
|---|---|---|---|
| suspend_xcm_execution | 2801 | - | |
| resume_xcm_execution | 2802 | - | |
| update_suspend_threshold | 2803 | 1 | |
| update_drop_threshold | 2804 | 1 | |
| update_resume_threshold | 2805 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| XcmpMessageSent | 2800 | ["XcmHash"] |
Name | Type | |
|---|---|---|
| InboundXcmpSuspended | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":788} | |
| OutboundXcmpStatus | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_xcmp_queue:OutboundChannelDetails>","PlainTypeValue":791} | |
| OutboundXcmpMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","U16"],"value":"Vec<U8>","keys_id":795,"value_id":796}} | |
| SignalMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":75,"value_id":796}} | |
| QueueConfig | {"origin":"PlainType","plain_type":"cumulus_pallet_xcmp_queue:QueueConfigData","PlainTypeValue":797} | |
| QueueSuspended | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
| DeliveryFeeFactor | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":75,"value_id":484}} |
Name | Type | Value | |
|---|---|---|---|
| MaxInboundSuspended | U32 | e8030000 | |
| MaxActiveOutboundChannels | U32 | 80000000 | |
| MaxPageSize | U32 | 009c0100 |
Name | Docs |
|---|---|
| BadQueueConfig | Setting the queue config failed since one of its values was invalid. |
| AlreadySuspended | The execution is already suspended. |
| AlreadyResumed | The execution is already resumed. |
| TooManyActiveOutboundChannels | There are too many active outbound channels. |
| TooBig | The message is too big. |