Expand description
Revm is a Rust EVM implementation.
Re-exports§
pub use bytecode;
pub use context;
pub use context_interface;
pub use database_interface;
pub use handler;
pub use handler_interface;
pub use interpreter;
pub use precompile;
pub use primitives;
pub use specification;
pub use state;
Structs§
- EVM context contains data that EVM needs for execution.
- Main EVM structure
- A journal of state changes internal to the EVM.
Enums§
- Journal entries that are used to track changes to the state and are used to revert it.
Traits§
- EVM database interface.
- EVM database commit interface.
- EVM database interface.
Type Aliases§
- Mainnet Error.
- Mainnet Contexts.
- Mainnet EVM type.