Returns the CTxOutBlsctData
object associated with the transaction output.
The CTxOutBlsctData
object.
Returns the `scriptPubKey' of the transaction output.
scriptPubKey
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 underlying C++ object, transferring ownership from this instance to the caller.
The underlying object of the instance.
Serializes the instance to a hexadecimal string.
A hexadecimal string representation of the instance.
Returns the size of the underlying C++ object.
The size of the underlying C++ object in bytes.
Returns a string representation of the instance.
A string representation of the instance.
Returnsthe underlying C++ object.
The underlying C++ object.
Static
deserializeStatic
fromConstucts a new instance using the provided object.
The object to use for the new instance.
A new instance of the class.
Static
fromConstructs a new instance using the provided object and size.
The object to use for the new instance.
The size of the object.
A new instance of the class.
Represents a transaction output in a constructed confidential transaction. Also known as
CTxOut
on the C++ side.For code examples, see the
ctx.py
class documentation.