commit 70d639f62142d518c707d660a0764b0567511971
parent 66fd86c4b60a9a220b2a425ce46896f96f0573d7
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Mon, 7 Apr 2025 14:31:14 +0200
[exchange] add blinding_seed parameter to /withdraw
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1854,6 +1854,13 @@ Withdraw
// age restriction.
max_age?: number;
+ // Master seed for the Clause-Schnorr R-value creation.
+ // MUST match the /blinding-prepare request.
+ // MUST NOT have been used in any prior withdraw request.
+ // MUST be present if one of the fresh coin's
+ // denominations is of type Clause-Schnorr.
+ blinding_seed?: BlindingMasterSeed;
+
// Array of blinded coin envelopes of type `CoinEnvelope`.
// If ``max_age`` is not set, MUST be n entries.
// If ``max_age`` is set, MUST be ``n*kappa`` entries,
@@ -3597,7 +3604,7 @@ the API during normal operation.
// Must not have been used in any prior melt request.
// Must be present if one of the fresh coin's
// denominations is of type Clause-Schnorr.
- cs_seed?: BlindingMasterSeed;
+ blinding_seed?: BlindingMasterSeed;
// Array of ``n`` new hash codes of denomination public keys
// for the new coins to order.