taler-docs

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

commit 29c7f06948a95cd9b530a7f0e2332be4d37361ac
parent 21e9b0e4fe2c7f3fd8e07e59e49f4267c2153d48
Author: Özgür Kesim <oec@kesim.org>
Date:   Thu, 20 Mar 2025 21:43:00 +0100

[exchange] adjust parameters for recoup request

Diffstat:
Mcore/api-exchange.rst | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -3956,7 +3956,11 @@ in using this API. // The hash of the original withdraw commitment (TALER_WithdrawCommitmentHashP) // that this coin was part of. - h_commitment: HashCode; + withdraw_commitment_hash: HashCode; + + // The hash of the age-commitment for the coin. Only present + // if the denomination has support for age restriction. + h_age_commitment?: HashCode; // Exchange-contributed values during the refresh // operation (see /blinding-prepare).