Module bdk_chain::bitcoin::hash_types

Expand description

Bitcoin hash types.

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

Structsยง

  • A bitcoin block hash.
  • Filter hash, as defined in BIP-157
  • Filter header, as defined in BIP-157
  • A hash of the Merkle tree branch or root for transactions.
  • A bitcoin transaction hash/transaction ID.
  • A hash corresponding to the witness structure commitment in the coinbase transaction.
  • A hash corresponding to the Merkle tree root for witness data.
  • A bitcoin witness transaction ID.