Type Definition westend_runtime::xcm_config::XcmRouter
source · pub type XcmRouter = WithUniqueTopic<(ChildParachainRouter<Runtime, XcmPallet, ExponentialPrice<FeeAssetId, BaseDeliveryFee, TransactionByteFee, Dmp>>,)>;Expand description
The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our individual routers.