taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 649b292ba53de00f490215c0c5788594f5cdb138
parent 27da1e18bd406c21642831433ac9e54b0ef21f4e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Jul 2022 11:17:31 +0200

-document cs-nonce argument

Diffstat:
Mcore/api-exchange.rst | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -3019,6 +3019,11 @@ in using this API. // Coin's blinding factor. coin_blind_key_secret: DenominationBlindingKeySecret; + // Nonce that was used by the exchange to derive + // its private inputs from during withdraw. Only + // present if the cipher of the revoked denomination + // is of type Clause-Schnorr (CS). + cs_nonce?: CSNonce; }