pub type NativeAndAllAssets = UnionOf<PoolAssets, NativeAndNonPoolAssets, LocalFromLeft<AssetIdForPoolAssetsConvert<PoolAssetsPalletLocation, Location>, AssetIdForPoolAssets, Location>, Location, AccountId>;Expand description
Union fungibles implementation for PoolAssets and NativeAndNonPoolAssets.
NOTE: Should be kept updated to include ALL balances and assets in the runtime.
Aliased Type§
struct NativeAndAllAssets(/* private fields */);