use ;
use ;
/// EVM State is a mapping from addresses to accounts.
pub type EvmState = ;
/// Structure used for EIP-1153 transient storage
pub type TransientStorage = ;
/// An account's Storage is a mapping from 256-bit integer keys to [EvmStorageSlot]s.
pub type EvmStorage = ;