taler-docs

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

commit 6d94fb3a241e7f9ed20173a89037189df9e1adc2
parent 11d94edaac8f297a3ed05c87779092e7ca93cf19
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Thu, 19 Jan 2023 15:18:37 +0100

-succinct field names

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 @@ -1399,8 +1399,8 @@ exchange. // Total Amount withdrawn. amount: Amount; - // Commitment of all ``n*kappa`` coins. - age_restricted_coins_commitment: HashCode; + // Commitment of all ``n*kappa`` blinded coins. + h_commitment: HashCode; // Signature over a `TALER_AgeWithdrawRequestPS` // with purpose ``TALER_SIGNATURE_WALLET_RESERVE_AGE_WITHDRAW`` @@ -2077,7 +2077,7 @@ If so, the exchange will blindly sign ``n`` undisclosed coins from the request. // hash value $ACH over all n*kappa `BlindedCoinHash` values of all // coins and their age commitments. It is alter used as part of the URL // in the subsequent call to /age-withdraw/$ACH/reveal. - age_restricted_coins_commitment: HashCode; + h_commitment : HashCode; // The total amount that the client wants to withdraw from the reserve // and must be at most the balance of the reserve. The balance of the