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

Gas limit.

Number.

Timestamp.

Trait Implementations

impl Debug for Env
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Env
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Env

impl Sync for Env