From 6b62d9659b17895b4a69a01d2321b56d0f5af171 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 1 Jun 2017 22:48:05 +0200 Subject: spec #5035 --- api-exchange.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'api-exchange.rst') 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; -- cgit v1.2.3