Skip to main content

EvmStorage

Type Alias EvmStorage 

pub type EvmStorage = HashMap<Uint<256, 4>, EvmStorageSlot, FbBuildHasher<32>>;
Expand description

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

Aliased Type§

pub struct EvmStorage { /* private fields */ }