pub type EvmState = HashMap<Address, Account, DefaultHashBuilder>;
EVM State is a mapping from addresses to accounts.
pub struct EvmState { /* private fields */ }