Crate revm

source · []

Re-exports

pub use db::Database;
pub use db::DatabaseCommit;
pub use SpecId::*;

Modules

Macros

Structs

AccountInfo account information.

CallContext of the runtime.

Inputs for a call.

Struct that takes Database and enabled transact to update state directly to database. additionally it allows user to set all environment parameters.

A sequencial memory. It uses Rust’s Vec for internal representation.

EVM stack.

Transfer from source to target, with given value.

Enums

Constants

Traits

EVM context host.

Functions

Type Definitions