Type Alias pallet_unified_accounts::pallet::EvmToNative
source · pub type EvmToNative<T: Config> = StorageMap<_GeneratedPrefixForStorageEvmToNative<T>, Blake2_128Concat, EvmAddress, T::AccountId, OptionQuery>;Expand description
Native accounts for evm address
EvmToNative: EvmAddress => Option
Storage type is [StorageMap] with key type EvmAddress and value type T :: AccountId.
Aliased Type§
struct EvmToNative<T: Config>(/* private fields */);