zebra_
chain
1.0.0-beta.43
Module txid
Module Items
Structs
In zebra_
chain::
transaction
zebra_chain
::
transaction
Module
txid
Copy item path
source
Expand description
Transaction ID computation. Contains code for generating the Transaction ID from the transaction.
Structs
ยง
TxId
Builder
๐
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
.