bitcoin_block_parser

Module headers

source
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§