taler-docs

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

commit be1e2c9003d5b5f5bfa520c690361d791dcf7d46
parent 649b292ba53de00f490215c0c5788594f5cdb138
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Jul 2022 11:20:05 +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 @@ -3104,6 +3104,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; }