Type Alias pallet_xcm_bridge_hub::PalletAsHaulBlobExporter
source · pub type PalletAsHaulBlobExporter<T, I> = HaulBlobExporter<DummyHaulBlob, <T as Config<I>>::BridgedNetwork, <T as Config<I>>::DestinationVersion, <T as Config<I>>::MessageExportPrice>;
Expand description
An easy way to access HaulBlobExporter
.
Aliased Type§
struct PalletAsHaulBlobExporter<T, I>(/* private fields */);