pub type StorageWithOriginalValues = HashMap<U256, 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 */ }