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

pub struct PostStateResult {
    pub hash: H256,
    pub indexes: PostStateIndexes,
}

State test indexed state result deserialization.

Fields

Post state hash

Indexes

Trait Implementations

impl Debug for PostStateResult
[src]

Formats the value using the given formatter. Read more

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

impl Sync for PostStateResult