taler-docs

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

commit e1d831e4969e44caf7a190a7c24399e95332f8a6
parent 3e9ace12f95af4403fd3c032ffe3dec4d8d29ef2
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Fri, 10 Jan 2025 13:53:30 +0100

[exchange:withdraw] rename blinded_coin_evs to coin_evs

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 @@ -1679,7 +1679,7 @@ Withdraw ``TALER_EC_EXCHANGE_RESERVES_AGE_RESTRICTION_REQUIRED`` and an additional field ``maximum_allowed_age`` for the maximum age (in years) that the client can commit to in a call to ``/withdraw``, this time - with ``max_age`` set accordingly and ``blinded_coin_evs`` being an array + with ``max_age`` set accordingly and ``coin_evs`` being an array of ``n*kappa`` elements of type `CoinEnvelope`. 3. the provided value for ``max_age`` is higher than the allowed value @@ -1730,7 +1730,7 @@ Withdraw // If set, the maximum age to commit to. This implies: // 1.) it MUST be the same value as the maximum age // of the reserve. - // 2.) ``blinded_coin_evs`` MUST be an array of ``n*kappa`` + // 2.) ``coin_evs`` MUST be an array of ``n*kappa`` // 3.) the denominations in ``denoms_h`` MUST support // age restriction. max_age?: number; @@ -1748,7 +1748,7 @@ Withdraw // commitment that is later used as the key to the reveal-URL. // This hash value along with the reserve's public key // will also be used for recoup operations, if needed. - blinded_coin_evs: CoinEnvelope[]; + coin_evs: CoinEnvelope[]; // Signature of `TALER_WithdrawRequestPS` created with // the `reserves's private key <reserve-priv>`