Initializes a new instance of the TransactionUnspentOutput class.
The input that created this UTxO.
The output created by the UTxO.
Private
#inputPrivate
#originalPrivate
#outputGets the transaction input.
The transaction input.
Gets the transaction output.
The UTxO.
Sets the transaction input.
The transaction input.
Sets the transaction output.
The UTxO.
Static
fromDeserializes the TransactionUnspentOutput from a CBOR byte array.
The new TransactionUnspentOutput instance.
The CBOR encoded TransactionUnspentOutput object.
Static
fromCreates a TransactionUnspentOutput object from the given Core TransactionUnspentOutput object.
Generated using TypeDoc
Represents a unspent output (UTxO).