trevm 0.34.2

A typestate API wrapper for the revm EVM implementation
Documentation
1
2
3
4
5
6
7
8
mod output;
pub use output::BlockOutput;

mod postflight;
pub use postflight::{PostTx, PostflightResult};

mod receipt;
pub use receipt::ethereum_receipt;