pub type PoolAssetsConvertedConcreteId<PoolAssetsPalletLocation, Balance> = MatchedConvertedConcreteId<u32, Balance, StartsWith<PoolAssetsPalletLocation>, AssetIdForPoolAssetsConvert<PoolAssetsPalletLocation>, TryConvertInto>;
Expand description

[MatchedConvertedConcreteId] converter dedicated for PoolAssets

Aliased Type§

struct PoolAssetsConvertedConcreteId<PoolAssetsPalletLocation, Balance>(/* private fields */);