pub type NativeToEvm<T: Config> = StorageMap<_GeneratedPrefixForStorageNativeToEvm<T>, Blake2_128Concat, T::AccountId, EvmAddress, OptionQuery>;
Expand description

Evm addresses for native accounts NativeToEvm: AccountId => Option

Storage type is [StorageMap] with key type T :: AccountId and value type EvmAddress.

Aliased Type§

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