Module hash_types

Expand description

Bitcoin hash types.

This module is deprecated. You can find hash types in their respective, hopefully obvious, modules.

Structs§

BlockHash
A bitcoin block hash.
FilterHash
Filter hash, as defined in BIP-157
FilterHeader
Filter header, as defined in BIP-157
TxMerkleNode
A hash of the Merkle tree branch or root for transactions.
Txid
A bitcoin transaction hash/transaction ID.
WitnessCommitment
A hash corresponding to the witness structure commitment in the coinbase transaction.
WitnessMerkleNode
A hash corresponding to the Merkle tree root for witness data.
Wtxid
A bitcoin witness transaction ID.