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 spending key associated with the transaction output.
The spending key of the output.
Returns the view tag associated with the view of the transaction output.
The view tag of the output.
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
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 blsct-related data in transaction output in a constructed confidential transaction.
Also known as
CTxOutBlsctData
on the C++ side. This class provides access to theCTxOutBlsctData
object, but does not own neither theCTxOut
norCTxOutBlsctData
object.For code examples, see the
ctx.py
class documentation.