summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;