zebra_chain::transaction

Module txid

source
Expand description

Transaction ID computation. Contains code for generating the Transaction ID from the transaction.

Structsยง

  • TxIdBuilder ๐Ÿ”’
    A Transaction ID builder. It computes the transaction ID by hashing different parts of the transaction, depending on the transaction version. For V5 transactions, it follows ZIP-244 and ZIP-225.