pub type ParachainDeliveryHelper<ParachainSystem, XcmConfig> = ToParachainDeliveryHelper<XcmConfig, ExistentialDepositAsset, NoPriceForMessageDelivery<ParaId>, RandomParaId, ParachainSystem>;
Expand description

Implementation of the EnsureDelivery for the benchmarks. Needed type for the pallet_xcm::benchmarking::Config

Aliased Type§

struct ParachainDeliveryHelper<ParachainSystem, XcmConfig>(/* private fields */);