Docs.rs
revm-context-interface-9.0.0
revm-context-interface 9.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
alloy-eip2930 ^0.2.1
normal
alloy-eip7702 ^0.6.1
normal
auto_impl ^1.3.0
normal
revm-database-interface ^7.0.2
normal
either ^1.15.0
normal
revm-primitives ^20.1.0
normal
serde ^1.0
normal
optional
revm-state ^7.0.2
normal
Versions
100%
of the crate is documented
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_
context_
interface
9.0.0
Module host
Module Items
Structs
Traits
In crate revm_
context_
interface
revm_context_interface
Module
host
Copy item path
Source
Expand description
Host interface for external blockchain state access.
Structs
§
Dummy
Host
Dummy host that implements
Host
trait and returns all default values.
Traits
§
Host
Host trait with all methods that are needed by the Interpreter.