Module header

Source
Expand description

The block header.

Structs§

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

BlockTimeError
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.