moonbase_runtime::xcm_config

Type Alias XcmWeigher

Source
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 */);