Type Alias penpal_runtime::xcm_config::PoolAssetsExchanger
source · pub type PoolAssetsExchanger = SingleAssetExchangeAdapter<AssetConversion, NativeAndAssets, (TrustBackedAssetsAsLocation<TrustBackedAssetsPalletLocation, Balance, Location>, ForeignAssetsConvertedConcreteId), AccountId>;
Expand description
Asset converter for pool assets. Used to convert assets in pools to the asset required for fee payment. The pool must be between the first asset and the one required for fee payment. This type allows paying fees with any asset in a pool with the asset required for fee payment.
Aliased Type§
struct PoolAssetsExchanger(/* private fields */);