Type Alias revm::precompile::primitives::state::TransientStorage

source ·
pub type TransientStorage = HashMap<(Address, Uint<256, 4>), Uint<256, 4>>;
Expand description

Structure used for EIP-1153 transient storage.

Aliased Type§

struct TransientStorage { /* private fields */ }