pub type Storage = HashMap<U256, StorageSlot>;Expand description
An account’s Storage is a mapping from 256-bit integer keys to StorageSlots.
Aliased Type§
pub struct Storage { /* private fields */ }pub type Storage = HashMap<U256, StorageSlot>;An account’s Storage is a mapping from 256-bit integer keys to StorageSlots.
pub struct Storage { /* private fields */ }