Type Alias pallet_xc_asset_config::pallet::AssetIdToLocation
source · pub type AssetIdToLocation<T: Config> = StorageMap<_GeneratedPrefixForStorageAssetIdToLocation<T>, Twox64Concat, T::AssetId, VersionedLocation>;
Expand description
Mapping from an asset id to asset type. Can be used when receiving transaction specifying an asset directly, like transferring an asset from this chain to another.
Storage type is [StorageMap
] with key type T :: AssetId
and value type VersionedLocation
.
Aliased Type§
struct AssetIdToLocation<T: Config>(/* private fields */);