Returns the blinding key associated with the transaction output.
The blinding key of the output.
Returns the ephemeral key associated with the transaction output.
The ephemeral key of the output.
Returns the range proof associated with the transaction output.
The range proof of the output.
Returns the `scriptPubKey' of the transaction output.
scriptPubKey of the output.Returns the spending key associated with the transaction output.
The spending key of the output.
Returns the token ID associated with the transaction output.
The token ID of the output.
Returns the value of the transaction output. *
The value of the output.
Returns the vector predicate of the transaction output. *
The vector predicate as a hexadecimal string.
Returns the view tag associated with the view of the transaction output.
The view tag of the output.
Represents a transaction output in a constructed confidential transaction. Also known as
CTxOuton the C++ side.For code examples, see the
ctx.tsclass documentation.