Struct ethcore::verification::queue::kind::blocks::Blocks [] [src]

pub struct Blocks;

A mode for verifying blocks.

Trait Implementations

impl Kind for Blocks
[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.