Module zebra_chain::block::header
source · Expand description
The block header.
Structs§
- A header with a count of the number of transactions in its block. This structure is used in the Bitcoin network protocol.
- A block header, containing metadata about a block.
Enums§
- 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§
- The serialized size of a Zcash block header.
- The minimum size for a serialized CountedHeader.
- The Zcash accepted block version.