Type Definition polkadot_runtime::XcmRouter [−][src]
pub type XcmRouter = (ChildParachainRouter<Runtime, XcmPallet>,);
Expand description
The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our individual routers.