Module api
Available on crate feature
evm only.Expand description
EVM execution API traits and implementations.
Traitsยง
- Execute
Commit Evm - Extension of the
ExecuteEvmtrait that adds a method that commits the state after execution. - Execute
Evm - Execute EVM transactions. Main trait for transaction execution.