Represents a transaction input in a constructed confidential transaction. Also known as CTxIn on the C++ side.
CTxIn
For code examples, see the ctx.ts class documentation.
ctx.ts
Returns the transaction ID of the previous output being spent.
The transaction ID of the previous output.
Returns the scriptSig of the input.
scriptSig
The scriptSig.
Returns the scriptWitness of the input.
scriptWitness
The scriptWitness.
Returns the sequence number of the input.
The sequence number.
Represents a transaction input in a constructed confidential transaction. Also known as
CTxInon the C++ side.For code examples, see the
ctx.tsclass documentation.