referrerpolicy=no-referrer-when-downgrade

Type Alias NativeAndAllAssetsFreezer

Source
pub type NativeAndAllAssetsFreezer = UnionOf<PoolAssetsFreezer, NativeAndNonPoolAssetsFreezer, LocalFromLeft<AssetIdForPoolAssetsConvert<PoolAssetsPalletLocation, Location>, AssetIdForPoolAssets, Location>, Location, AccountId>;
Expand description

Union fungibles implementation for PoolAssetsFreezer and NativeAndNonPoolAssetsFreezer.

NOTE: Should be kept updated to include ALL balances and assets in the runtime.

Aliased Type§

struct NativeAndAllAssetsFreezer(/* private fields */);