Returns the number of transaction inputs in this confidential transaction.
The number of transaction inputs.
Returns the number of transaction outputs in this confidential transaction.
The number of transaction outputs.
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.
StaticaggregateAggregates one or more signed transaction hex strings into a single signed transaction.
Signed transaction hex strings to aggregate.
The aggregated signed transaction as a hexadecimal string.
StaticdeserializeDeserializes a hexadecimal string into a CTx instance.
The hexadecimal string to deserialize.
A new CTx instance.
StaticfromConstucts a new instance using the provided object.
The object to use for the new instance.
A new instance of the class.
StaticfromConstructs 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.
Staticgenerate
Represents a confidential transaction. Also known as
CMutableTransactionon the C++ side. Examples: