pub trait WeightToFeeConverter {
fn convert_weight_to_fee(
location: &MultiLocation,
weight: Weight
) -> Option<u128>;
}
pub trait WeightToFeeConverter {
fn convert_weight_to_fee(
location: &MultiLocation,
weight: Weight
) -> Option<u128>;
}