summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-05 11:20:05 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-05 11:20:05 +0200
commitbe1e2c9003d5b5f5bfa520c690361d791dcf7d46 (patch)
tree39ff3cd8a0b4272c35b9e7013d04f44351fdedbd /core/api-exchange.rst
parent649b292ba53de00f490215c0c5788594f5cdb138 (diff)
downloaddocs-be1e2c9003d5b5f5bfa520c690361d791dcf7d46.tar.gz
docs-be1e2c9003d5b5f5bfa520c690361d791dcf7d46.tar.bz2
docs-be1e2c9003d5b5f5bfa520c690361d791dcf7d46.zip
-document cs-nonce argument
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index eeb08017..937298a3 100644
--- 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;
}