Docs.rs
evm-interpreter-1.0.0
evm-interpreter 1.0.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sorpaas
Dependencies
auto_impl ^1.2
normal
paste ^1.0
normal
primitive-types ^0.12
normal
rlp ^0.5
normal
parity-scale-codec ^3.2
normal
optional
scale-info ^2.3
normal
optional
serde ^1.0
normal
optional
sha3 ^0.10
normal
hex ^0.4
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
evm_
interpreter
1.0.0
GasState
Required Methods
gas
Implementors
In evm_
interpreter::
runtime
evm_interpreter
::
runtime
Trait
GasState
Copy item path
Source
pub trait GasState { // Required method fn
gas
(&self) ->
U256
; }
Expand description
Gas state.
Required Methods
§
Source
fn
gas
(&self) ->
U256
Left gas.
Implementors
§
Source
§
impl
GasState
for
RuntimeState
Source
§
impl<'config>
GasState
for
RuntimeStateAndConfig
<'config>