referrerpolicy=no-referrer-when-downgrade

Type Alias 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 Location.

Aliased Type§

struct ForeignToNativeId<T: Config>(/* private fields */);