Module ethcore::verification::queue::kind[][src]

Definition of valid items for the verification queue.

Re-exports

pub use self::blocks::Blocks;
pub use self::headers::Headers;

Modules

blocks

The blocks verification module.

headers

Verification for headers.

Traits

BlockLike

Something which can produce a hash and a parent hash.

Kind

Defines transitions between stages of verification.