Module either_evm

Source

Enums§

EitherEvm
EitherEvm delegates its calls to one of the two evm implementations; either [EthEvm] or [OpEvm].

Functions§

map_env 🔒
Maps EvmEnv<OpSpecId> to EvmEnv.

Type Aliases§

EitherEvmResult 🔒
Alias for result type returned by [Evm::transact] methods.
EitherExecResult 🔒
Alias for result type returned by [Evm::transact_commit] methods.