Expand description
Use HeaderParser
to read from your node’s blocks
directory.
You will get back Vec<ParsedHeader
> that identifies every block. You can take a slice or
even reorder these headers before you pass them into crate::BlockParser::parse
.
Structs§
- Fast parser of
ParsedHeader
from the blocks directory - Points to the on-disk location where a block starts (and the header ends)