Docs.rs
revm-interpreter-23.0.1
revm-interpreter 23.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
revm-bytecode ^6.0.1
normal
revm-context-interface ^8.0.1
normal
revm-primitives ^20.0.0
normal
serde ^1.0
normal
optional
bincode ^2.0
dev
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
revm_
interpreter
23.0.1
Module host
Module Items
Structs
Traits
In crate revm_
interpreter
revm_interpreter
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.