Docs.rs
revm-handler-3.0.1
revm-handler 3.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
auto_impl ^1.2.0
normal
revm-bytecode ^3.0.0
normal
revm-context ^3.0.1
normal
revm-context-interface ^3.0.0
normal
revm-database-interface ^3.0.0
normal
revm-interpreter ^18.0.0
normal
revm-precompile ^19.0.0
normal
revm-primitives ^18.0.0
normal
serde ^1.0
normal
optional
revm-state ^3.0.0
normal
alloy-eip7702 ^0.6.0
dev
alloy-provider ^0.14.0
dev
alloy-signer ^0.14.0
dev
alloy-signer-local ^0.14.0
dev
revm-database ^3.0.0
dev
Versions
62.5%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
revm_
handler
3.0.1
Module system_
call
Module Items
Constants
Traits
In crate revm_
handler
revm_handler
Module
system_call
Copy item path
Source
Constants
§
SYSTEM_
ADDRESS
Traits
§
System
Call
Commit
Evm
Extension of the
SystemCallEvm
trait that adds a method that commits the state after execution.
System
Call
Evm
API for executing the system calls. System calls dont deduct the caller or reward the beneficiary. They are used before and after block execution to insert or obtain blockchain state.
System
Call
Tx
Creates the system transaction with default values and set data and tx call target to system contract address that is going to be called.