Type Alias revm::precompile::primitives::Storage

source ·
pub type Storage = HashMap<Uint<256, 4>, StorageSlot>;
Expand description

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

Aliased Type§

struct Storage { /* private fields */ }