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