trevm 0.34.1

A typestate API wrapper for the revm EVM implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod alloy;
pub use alloy::{BundleError, BundleProcessor};

mod block;
pub use block::{BlockDriver, DriveBlockResult, RunTxResult};

mod bundle;
pub use bundle::{BundleDriver, DriveBundleResult};

mod chain;
pub use chain::{ChainDriver, DriveChainResult};