Constructs a new AmountRecoveryReq
instance.
The range proof to recover the amount from.
The nonce used to generate the range proof.
Returns a string representation of the AmountRecoveryReq
.
a string representation of the AmountRecoveryReq
.
Static
deserializeDeserializes a hexadecimal string into an AmountRecoveryReq
instance.
The hexadecimal string to deserialize.
An instance of AmountRecoveryReq
.
A request for recovering a single amount from a non-aggregated range proof. Refer to
RangeProof
for a usage example.