Type Alias moonbeam_runtime::xcm_config::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 */);