Module zebra_chain::transaction::txid

source ·
Expand description

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

Structs§

  • 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.