pub type XcmRouter = WithUniqueTopic<(ParentAsUmp<ParachainSystem, PolkadotXcm, PriceForParentDelivery>, XcmpQueue)>;Expand description
The means for routing XCM messages which are not for local execution into the right message queues.
Aliased Typeยง
pub struct XcmRouter(/* private fields */);