revm_primitives::state

Type Alias TransientStorage

Source
pub type TransientStorage = HashMap<(Address, U256), U256>;
Expand description

Structure used for EIP-1153 transient storage.

Aliased Typeยง

struct TransientStorage { /* private fields */ }