Skip to main content

Storage

Type Alias Storage 

Source
pub type Storage = FxHashMap<U256, H256>;
Expand description

Storage mapping from slot key to value.

Aliased Typeยง

pub struct Storage { /* private fields */ }