Struct ethcore_light::request::HeaderProof [] [src]

pub struct HeaderProof {
    pub cht_number: u64,
    pub block_number: u64,
    pub from_level: u32,
}

A request for a header proof from the Canonical Hash Trie.

Fields

Number of the CHT.

Block number requested. May not be 0: genesis isn't included in any CHT.

If greater than zero, trie nodes beyond this level may be omitted.

Trait Implementations

impl Debug for HeaderProof
[src]

Formats the value using the given formatter.

impl Clone for HeaderProof
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for HeaderProof
[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 HeaderProof
[src]