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 */ }
pub type EvmStorage = HashMap<StorageKey, EvmStorageSlot>;
An account’s Storage is a mapping from 256-bit integer keys to EvmStorageSlots.
pub struct EvmStorage { /* private fields */ }