Type Alias Storage

Source
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 */ }