Type Alias TransientStorage

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

Structure used for EIP-1153 transient storage

Aliased Typeยง

pub struct TransientStorage { /* private fields */ }