pub type XcmWeigher = WeightInfoBounds<XcmWeight<Runtime, RuntimeCall>, RuntimeCall, MaxInstructions>;
Expand description

Xcm Weigher shared between multiple Xcm-related configs.

Aliased Type§

struct XcmWeigher(/* private fields */);