referrerpolicy=no-referrer-when-downgrade
bridge_hub_westend_runtime

Type Alias PriceForSiblingParachainDelivery

Source
pub type PriceForSiblingParachainDelivery = ExponentialPrice<FeeAssetId, BaseDeliveryFee, TransactionByteFee, XcmpQueue>;

Aliased Type§

struct PriceForSiblingParachainDelivery(/* private fields */);

Trait Implementations

Source§

impl<A, B, M, F> PriceForMessageDelivery for ExponentialPrice<A, B, M, F>
where A: Get<AssetId>, B: Get<u128>, M: Get<u128>, F: FeeTracker,

Source§

type Id = <F as FeeTracker>::Id

Type used for charging different prices to different destinations
Source§

fn price_for_delivery( id: <ExponentialPrice<A, B, M, F> as PriceForMessageDelivery>::Id, msg: &Xcm<()>, ) -> Assets

Return the assets required to deliver message to the given para destination.