Readonly
locktimeA time or block height at which the transaction is considered valid (and can be added to the block chain). This allows signers to create time-locked transactions that may only become valid in the future.
Readonly
transactionA.K.A. the serialization for hashPrevouts
The signing serialization of all input outpoints. (See BIP143 or Bitcoin Cash's Replay Protected Sighash spec for details.)
Readonly
transactionReadonly
transactionReadonly
transactionA.K.A. the serialization for hashUtxos
The signing serialization of all UTXOs spent by the transaction's inputs (concatenated in input order).
Readonly
versionThe transaction's version.
Generated using TypeDoc
The signing serialization components that are shared between all of the inputs in a transaction.