Module zebra_chain::block::merkle
source · Expand description
The Bitcoin-inherited Merkle tree of transactions.
Structs§
- The root of the authorizing data Merkle tree, binding the block header to the authorizing data of the block (signatures, proofs) as defined in ZIP-244.
- The root of the Bitcoin-inherited transaction Merkle tree, binding the block header to the transactions in the block.
Constants§
- The placeholder used for the
AuthDigest
of pre-v5 transactions.
Functions§
- hash 🔒