Struct ethcore_light::request::StateProofs [] [src]

pub struct StateProofs {
    pub requests: Vec<StateProof>,
}

A request for state proofs.

Fields

All the proof requests.

Trait Implementations

impl Debug for StateProofs
[src]

Formats the value using the given formatter.

impl Clone for StateProofs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StateProofs
[src]

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

This method tests for !=.

impl Eq for StateProofs
[src]