pub type XcmRouter = WithUniqueTopic<(LocalXcmRouter, BridgeXcmRouter<LocalExporter<BridgeXcmOverMoonriver, UniversalLocation>>)>;
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 */);