pub type TrustBackedAssetsAsLocation<TrustBackedAssetsPalletLocation, Balance, L, LocationConverter = WithLatestLocationConverter<L>> = MatchedConvertedConcreteId<L, Balance, StartsWith<TrustBackedAssetsPalletLocation>, LocationConverter, TryConvertInto>;Expand description
[MatchedConvertedConcreteId] converter dedicated for TrustBackedAssets,
it is a similar implementation to TrustBackedAssetsConvertedConcreteId,
but it converts AssetId to xcm::v*::Location type instead of AssetIdForTrustBackedAssets = u32
Aliased Type§
struct TrustBackedAssetsAsLocation<TrustBackedAssetsPalletLocation, Balance, L, LocationConverter = WithLatestLocationConverter<L>>(/* private fields */);