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