pub type TransientStorage = HashMap<(Address, U256), U256>;
Structure used for EIP-1153 transient storage.
struct TransientStorage { /* private fields */ }