Struct ethjson::vm::env::Env [−][src]
pub struct Env {
pub author: Address,
pub difficulty: Uint,
pub gas_limit: Uint,
pub number: Uint,
pub timestamp: Uint,
}Vm environment.
Fields
Address.
difficulty: Uint
Difficulty
gas_limit: Uint
Gas limit.
number: Uint
Number.
timestamp: Uint
Timestamp.
Trait Implementations
impl Debug for Env[src]
impl Debug for Envfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Env[src]
impl PartialEq for Env