Type Alias reth_revm::db::StorageWithOriginalValues

pub type StorageWithOriginalValues = HashMap<Uint<256, 4>, StorageSlot>;
Expand description

This storage represent values that are before block changed.

Note: Storage that we get EVM contains original values before block changed.

Aliased Type§

struct StorageWithOriginalValues { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 48 bytes