Crate utxo_detective_block_header

Crate utxo_detective_block_header 

Source
Expand description

Bitcoin block header parsing and manipulation.

This crate provides functionality for working with Bitcoin block headers, including parsing, serialization, and field access. It implements a zero-copy, stack-allocated design for optimal performance.

Structs§

BlockHeader
Represents a Bitcoin block header.

Enums§

BlockHeaderError
Errors that can occur when working with block headers.