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§
- Block
Header - Represents a Bitcoin block header.
Enums§
- Block
Header Error - Errors that can occur when working with block headers.