Optionalobj: anyReturns 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.
StaticdeserializeDeserializes a hexadecimal string into a DoublePublicKey instance.
The hexadecimal string to convert.
The DoublePublicKey instance represented by the input string.
StaticfromGenerates a DoublePublicKey from the provided ViewKey, PublicKey, account, and address
A new DoublePublicKey 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.
StaticfromGenerates a DoublePublicKey from the provided PublicKeys.
A new DoublePublicKey instance.
StaticrandomGenerates a random DoublePublicKey.
A new DoublePublicKey instance with two random PublicKeys.
The unique source from which an address is derived. A
DoublePublicKeyis a pair ofPublicKeys that can be used to derive an address.Instantiating a
DoublePublicKeyobject without a parameter returns aDoublePublicKeyconsisting of two randomly generatedPublicKeys.Examples: