Struct ethjson::state::test::State[][src]

pub struct State {
    pub env: Env,
    pub pre_state: AccountState,
    pub post_states: BTreeMap<ForkSpec, Vec<PostStateResult>>,
    pub transaction: MultiTransaction,
}

State test deserialization.

Fields

Environment.

Pre state.

Post state.

Transaction.

Trait Implementations

impl Debug for State
[src]

Formats the value using the given formatter. Read more

impl PartialEq for State
[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 State

impl Sync for State