commit 6ce93efd2fd97fa045d1a81b9cafd01c8f5e426a
parent 1146d5f9c4efcb01afc1dcbf7958497014775e68
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Mon, 28 Apr 2025 14:47:00 +0200
[exchange] be more specific about value_with_fee
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -3572,7 +3572,10 @@ the API during normal operation.
old_denom_sig: DenominationSignature;
// Amount of the value of the old coin that should be melted as part of
- // this refresh operation, including melting fee.
+ // this refresh operation, including melting fee. I.e.:
+ // melting fee of the old coin
+ // + sum over all values of fresh coins
+ // + sum over all withdraw fees for the fresh coins
value_with_fee: Amount;
// Master seed for the Clause-Schnorr R-value
@@ -3709,6 +3712,9 @@ the API during normal operation.
// Amount of the value of the coin that should be melted as part of
// this refresh operation, including melting fee.
+ // melting fee of the old coin
+ // + sum over all values of fresh coins
+ // + sum over all withdraw fees for the fresh coins
value_with_fee: Amount;
// Melt commitment. Hash over the various coins to be withdrawn.