summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-05 11:17:31 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-05 11:17:31 +0200
commit649b292ba53de00f490215c0c5788594f5cdb138 (patch)
tree481fa30f90483dcadd7e30ea256e92759e190c30 /core
parent27da1e18bd406c21642831433ac9e54b0ef21f4e (diff)
downloaddocs-649b292ba53de00f490215c0c5788594f5cdb138.tar.gz
docs-649b292ba53de00f490215c0c5788594f5cdb138.tar.bz2
docs-649b292ba53de00f490215c0c5788594f5cdb138.zip
-document cs-nonce argument
Diffstat (limited to 'core')
-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 85d8e3a7..eeb08017 100644
--- 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;
}