referrerpolicy=no-referrer-when-downgrade

Type Alias contracts_rococo_runtime::xcm_config::XcmRouter

source ·
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§

struct XcmRouter(/* private fields */);