summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-01 22:48:05 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-01 22:48:05 +0200
commit6b62d9659b17895b4a69a01d2321b56d0f5af171 (patch)
tree8f8d07af6c8bbb3b1601c1dc6898388465ba57ea /api-exchange.rst
parentd0bf7ea6b806a404df68c6447a136c8441a3a54a (diff)
downloaddocs-6b62d9659b17895b4a69a01d2321b56d0f5af171.tar.gz
docs-6b62d9659b17895b4a69a01d2321b56d0f5af171.tar.bz2
docs-6b62d9659b17895b4a69a01d2321b56d0f5af171.zip
spec #5035
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 4399b485..68db316a 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -58,6 +58,11 @@ possibly by using HTTPS.
.. code-block:: tsref
interface ExchangeKeysResponse {
+ // libtool-style representation of the Taler protocol version, see
+ // https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning
+ // The format is "current:revision:age".
+ version: String;
+
// EdDSA master public key of the exchange, used to sign entries in `denoms` and `signkeys`
master_public_key: EddsaPublicKey;