Type Alias EvmStorage

Source
pub type EvmStorage = HashMap<StorageKey, EvmStorageSlot>;
Expand description

An account’s Storage is a mapping from 256-bit integer keys to EvmStorageSlots.

Aliased Type§

pub struct EvmStorage { /* private fields */ }