Crate cumulus_pallet_xcmp_queue
source ·Expand description
A pallet which uses the XCMP transport layer to handle both incoming and outgoing XCM message sending and dispatch, queuing, signalling and backpressure. To do so, it implements:
XcmpMessageHandler
XcmpMessageSource
Also provides an implementation of SendXcm
which can be placed in a router tuple for relaying
XCM over XCMP if the destination is Parent/Parachain
. It requires an implementation of
XcmExecutor
for dispatching incoming XCM messages.
Re-exports
pub use weights::WeightInfo;
pub use pallet::*;
Modules
A module that is responsible for migration of storage.
Structs
Struct containing detailed information about the inbound channel.
Struct containing detailed information about the outbound channel.
Enums
Type Definitions
Index used to identify overweight XCMs.