taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 92f780e9e6930e61578b942e8cf1f8d7914c431b
parent 4d3bde413b86be30de56f71e7dd29ed109e988f4
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Tue,  8 Apr 2025 17:25:01 +0200

[exchange] rename paramter in BlindingPerpareRequestCS

Diffstat:
Mcore/api-exchange.rst | 6+++---
1 file changed, 3 insertions(+), 3 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. @@ -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`.