Readonly
correspondingReadonly
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
outpointThe index (within the previous transaction) of the outpoint being spent by this input.
Readonly
outpointThe hash/ID of the transaction from which the outpoint being spent by this input originated.
Readonly
outputThe encoded token prefix of the output being spent (see encodeTokenPrefix).
If the output includes no tokens, a zero-length Uint8Array.
Readonly
outputThe 8-byte Uint64LE
-encoded value of the output being spent in satoshis
(see bigIntToBinUint64LE).
Readonly
sequenceThe sequenceNumber
associated with the input being validated. See
sequenceNumber for details.
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
All signing serialization components for a particular transaction input.