Expand description
The block header.
Structs§
- Counted
Header - A header with a count of the number of transactions in its block. This structure is used in the Bitcoin network protocol.
- Header
- A block header, containing metadata about a block.
Enums§
- Block
Time Error - TODO: Use this error as the source for zebra_consensus::error::BlockError::Time,
and make
BlockError::Time
add additional context. See https://github.com/ZcashFoundation/zebra/issues/1021 for more details.
Constants§
- BLOCK_
HEADER_ 🔒LENGTH - The serialized size of a Zcash block header.
- MIN_
COUNTED_ 🔒HEADER_ LEN - The minimum size for a serialized CountedHeader.
- ZCASH_
BLOCK_ VERSION - The Zcash accepted block version.