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