taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6b62d9659b17895b4a69a01d2321b56d0f5af171
parent d0bf7ea6b806a404df68c6447a136c8441a3a54a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  1 Jun 2017 22:48:05 +0200

spec #5035

Diffstat:
Mapi-exchange.rst | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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;