Type Alias pallet_moonbeam_foreign_assets::pallet::AssetsById
source · pub type AssetsById<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageAssetsById<T>, Blake2_128Concat, AssetId, Location, OptionQuery>;
Expand description
Mapping from an asset id to a Foreign asset type. This is mostly used when receiving transaction specifying an asset directly, like transferring an asset from this chain to another.
Storage type is [CountedStorageMap
] with key type AssetId and value type Location.
Aliased Type§
struct AssetsById<T: Config>(/* private fields */);