Type Alias StorageWithOriginalValues

Source
pub type StorageWithOriginalValues = HashMap<Uint<256, 4>, StorageSlot, DefaultHashBuilder>;
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ยง

pub struct StorageWithOriginalValues { /* private fields */ }