Module bitcoin_block_parser::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.

Structs§