Module evm

Source
Expand description

An API to interact with an embedded Ethereum Virtual Machine.

This is wrapper around REVM. The implementation is a simplfied version of Foundry’s Executor

Structs§

BaseEvm
EVM that supports both in-memory and forked storage.
CallResult
Container for the results of a transaction