Module blocks

Module blocks 

Source
Expand description

Contains BlockParser for parsing bitcoin Block from the blocks directory.

Structs§

BlockParser
Multithreaded parser for bitcoin::Block.
ParserIterator
Iterator returned from BlockParser::parse that allows for advanced transformations.
ParserOptions
Options that affect the performance of BlockParser and ParserIterator.

Traits§

Pipeline
Implement this trait for calling ParserIterator::pipeline.