pub trait PriceForParentDelivery {
    // Required method
    fn price_for_parent_delivery(message: &Xcm<()>) -> MultiAssets;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<T: Get<MultiAssets>> PriceForParentDelivery for ConstantPrice<T>

source§

impl PriceForParentDelivery for ()

Implementors§