summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-01-11 15:26:07 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-01-11 15:26:07 +0100
commitbccd5efc461707d7c53937a890adaf3f722085dc (patch)
treeef7ad78dc49bf5565e933f3489808f39e4685514 /core/api-exchange.rst
parentf0d3af4c2bc9cbdbf8c04924652567c3c01bc6fa (diff)
downloaddocs-bccd5efc461707d7c53937a890adaf3f722085dc.tar.gz
docs-bccd5efc461707d7c53937a890adaf3f722085dc.tar.bz2
docs-bccd5efc461707d7c53937a890adaf3f722085dc.zip
added max_age_group to the withdraw-age request, made it signed by the reserve_priv, and put into the database schema
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 6868653a..ab046350 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2122,6 +2122,10 @@ If so, the exchange will blindly sign ``n`` undisclosed coins from the request.
// denominations MUST equal this amount.
amount: Amount;
+ // The maximum age group to commit to. MUST be the same as the maximum
+ // age group in the reserve.
+ max_age_group: number;
+
// Signature of `TALER_AgeWithdrawRequestPS` created with
// the `reserves's private key <reserve-priv>`
// using purpose ``TALER_SIGNATURE_WALLET_RESERVE_AGE_WITHDRAW``.