Module merkle

Source
Expand description

The Bitcoin-inherited Merkle tree of transactions.

Structs§

AuthDataRoot
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.
Root
The root of the Bitcoin-inherited transaction Merkle tree, binding the block header to the transactions in the block.

Constants§

AUTH_DIGEST_PLACEHOLDER
The placeholder used for the AuthDigest of pre-v5 transactions.

Functions§

auth_data_hash 🔒
hash 🔒