referrerpolicy=no-referrer-when-downgrade

Type Alias rococo_parachain_runtime::XcmRouter

source ·
pub type XcmRouter = WithUniqueTopic<(ParentAsUmp<ParachainSystem, (), ()>, 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 */);