Expand description
Contains BlockParser
for parsing bitcoin Block
from the blocks
directory.
Structs§
- Block
Parser - Multithreaded parser for
bitcoin::Block
. - Parser
Iterator - Iterator returned from
BlockParser::parse
that allows for advanced transformations. - Parser
Options - Options that affect the performance of
BlockParser
andParserIterator
.
Traits§
- Pipeline
- Implement this trait for calling
ParserIterator::pipeline
.