commit 0b30faf82a58aabfb07be887e7441fb1ca1e43a8
parent b7642777240f6aa3c423b9f5cfd10e324f716859
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 9 Apr 2025 11:36:23 +0200
Merge branch 'master' of git+ssh://git.taler.net/taler-docs
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1527,8 +1527,8 @@ for details.
// Cipher type
cipher: "CS";
- // The request type this blinding is for.
- request: "withdraw" | "melt";
+ // The type of operation this blinding is for.
+ operation: "withdraw" | "melt";
// Master seed for the Clause-Schnorr R-value creation.
// MUST not have been used in any prior request of this type.
@@ -1538,13 +1538,13 @@ for details.
// each of the fresh coins with a CS-cipher
// denomination.
// The coin_offset values MUST be strongly increasing.
- nks: BlindingDenomNonce[];
+ nks: BlindingInputParameter[];
}
- .. ts:def:: BlindingDenomNonce
+ .. ts:def:: BlindingInputParameter
- interface BlindingDenomNonce {
+ interface BlindingInputParameter {
// Offset of this coin in the list of
// fresh coins. May not match the array offset
@@ -1858,7 +1858,7 @@ Withdraw
// 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.
+ // denomination is of type Clause-Schnorr.
blinding_seed?: BlindingMasterSeed;
// Array of blinded coin envelopes of type `CoinEnvelope`.