Type Alias snowbridge_pallet_system::pallet::NativeToForeignId
source · pub type NativeToForeignId<T: Config> = StorageMap<_GeneratedPrefixForStorageNativeToForeignId<T>, Blake2_128Concat, Location, TokenId, OptionQuery>;
Expand description
Lookup table for native location relative to ethereum to foreign token ID
Storage type is [StorageMap
] with key type xcm :: v5 :: Location
and value type TokenId
.
Aliased Type§
struct NativeToForeignId<T: Config>(/* private fields */);