Struct ethcore::verification::queue::kind::headers::Headers[][src]

pub struct Headers;

A mode for verifying headers.

Trait Implementations

impl Kind for Headers
[src]

The first stage: completely unverified.

The second stage: partially verified.

The third stage: completely verified.

Attempt to create the Unverified item from the input.

Attempt to verify the Unverified item using the given engine.

Auto Trait Implementations

impl Send for Headers

impl Sync for Headers