trevm 0.34.2

A typestate API wrapper for the revm EVM implementation
Documentation
1
2
3
4
5
6
7
8
9
10
mod alloy;

/// Provided fillers that adjust the [`Cfg`], [`Block`] or [`Tx`] environment.
pub mod fillers;

mod noop;
pub use noop::{NoopBlock, NoopCfg};

mod traits;
pub use traits::{Block, Cfg, Tx};