summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
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;
}