referrerpolicy=no-referrer-when-downgrade
rococo_runtime::xcm_config

Type Alias XcmRouter

Source
pub type XcmRouter = WithUniqueTopic<ChildParachainRouter<Runtime, XcmPallet, PriceForChildParachainDelivery>>;
Expand description

The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our individual routers.

Aliased Type§

struct XcmRouter(/* private fields */);