summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-18 16:55:25 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-18 16:55:25 +0100
commite9c690e790d3633cc0327ad7afe59c9659563ec7 (patch)
treec227e9a89f5b3409113ce8ac45ee93b9445ac97d /api-exchange.rst
parent830f60f493a84244533912864a11cca5e02955b7 (diff)
downloaddocs-e9c690e790d3633cc0327ad7afe59c9659563ec7.tar.gz
docs-e9c690e790d3633cc0327ad7afe59c9659563ec7.tar.bz2
docs-e9c690e790d3633cc0327ad7afe59c9659563ec7.zip
spec update for #5254
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index d0b215e2..39b4dd9e 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -1,6 +1,6 @@
..
This file is part of GNU TALER.
- Copyright (C) 2014-2017 GNUnet e.V. and INRIA
+ Copyright (C) 2014-2018 GNUnet e.V. and INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -70,6 +70,10 @@ possibly by using HTTPS.
// EdDSA master public key of the exchange, used to sign entries in `denoms` and `signkeys`
master_public_key: EddsaPublicKey;
+ // Relative duration until inactive reserves are closed; not signed, expressed as
+ // a string in relative time in microseconds, i.e. "/Delay(1000)/" for 1 second.
+ reserve_closing_delay: RelativeTime;
+
// Denominations offered by this exchange.
denoms: Denom[];