Docs.rs
revm-context-10.0.0
revm-context 10.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
bitvec ^1
normal
revm-bytecode ^7.0.0
normal
cfg-if ^1.0
normal
revm-context-interface ^11.0.0
normal
revm-database-interface ^8.0.0
normal
derive-where ^1.6.0
normal
revm-primitives ^21.0.0
normal
serde ^1.0
normal
optional
revm-state ^8.0.0
normal
revm-database ^8.0.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Module host
revm_
context
10.0.0
Module host
Module Items
Structs
Enums
Traits
In crate revm_
context
revm_context
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.
Enums
§
Load
Error
Error that can happen when loading account info.
Traits
§
Host
Host trait with all methods that are needed by the Interpreter.