Expand description

A queue of blocks. Sits between network or other I/O and the BlockChain. Sorts them ready for blockchain insertion.

Modules

Definition of valid items for the verification queue.

Structs

Verification queue configuration

Verification queue status

A queue of items to be verified. Sits between network or other I/O and the BlockChain. Keeps them in the same order as inserted, minus invalid items.

Verifier settings.

An item which is in the process of being verified.

Enums

Status of items in the queue.

Type Definitions

Type alias for block queue convenience.

Type alias for header queue convenience.