pub type TransientStorage = HashMap<(Address, StorageKey), StorageValue>;Expand description
Structure used for EIP-1153 transient storage
Aliased Typeยง
struct TransientStorage { /* private fields */ }pub type TransientStorage = HashMap<(Address, StorageKey), StorageValue>;Structure used for EIP-1153 transient storage
struct TransientStorage { /* private fields */ }