Initializes a new instance of the TransactionInput class.
Points to the transaction where the UTxO being spent was created.
Indicates which specific output of the referenced transaction is being spent.
Private
#idPrivate
#indexPrivate
#originalGiven that a single transaction can have multiple outputs, this index indicates which specific output of the referenced transaction is being spent. It is an integer starting from 0 for the first output.
The index of the specific output of the referenced transaction being spent.
Sets the identifier of the previous transaction where the UTxO being spent was created.
The identifier of the previous transaction.
This is an identifier of a previous transaction. It points to the transaction where the UTxO being spent was created.
The identifier of the previous transaction where the UTxO being spent was created.
Static
fromDeserializes the TransactionInput from a CBOR byte array.
The new TransactionInput instance.
The CBOR encoded TransactionInput object.
Static
fromCreates a TransactionInput object from the given Core TransactionInput object.
Generated using TypeDoc
Represents a reference to an unspent transaction output (UTxO) from a previous transaction, which the current transaction intends to spend.