pub type XcmRouter = WithUniqueTopic<(ParentAsUmp<ParachainSystem, PolkadotXcm, ()>, XcmpQueue)>;
Expand description

The means for routing XCM messages which are not for local execution into the right message queues.

Aliased Type§

struct XcmRouter(/* private fields */);