Type Definition common_runtime::xcm_config::XcmRouter

source ·
pub type XcmRouter<Runtime> = (ParentAsUmp<Pallet<Runtime>, Pallet<Runtime>, ()>, Pallet<Runtime>);
Expand description

The means for routing XCM messages which are not for local execution into the right message queues.