Type Alias altair_runtime::XcmWeigher

source ·
pub type XcmWeigher = FixedWeightBounds<UnitWeightCost, RuntimeCall, MaxInstructions>;
Expand description

Xcm Weigher shared between multiple Xcm-related configs.

Aliased Type§

struct XcmWeigher(/* private fields */);