Module txid
zebra_
chain
1.0.0-beta.45
Module txid
Module Items
Structs
In zebra_
chain::
transaction
Modules
arbitrary
auth_digest
builder
hash
joinsplit
lock_time
memo
serialize
sighash
txid
unmined
zip317
Structs
AuthDigest
Hash
HashType
JoinSplitData
Memo
SerializedTransaction
SigHash
SigHasher
UnminedTx
VerifiedUnminedTx
WtxId
Enums
LockTime
Transaction
UnminedTxId
Constants
MEMPOOL_TRANSACTION_COST_THRESHOLD
MIN_TRANSPARENT_TX_SIZE
MIN_TRANSPARENT_TX_V4_SIZE
MIN_TRANSPARENT_TX_V5_SIZE
zebra_chain
::
transaction
Module
txid
Copy item path
Settings
Help
Summary
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
.