moonbase_runtime::xcm_config

Type Alias XcmRouter

Source
pub type XcmRouter = WithUniqueTopic<LocalXcmRouter>;
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 */);