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