taler-docs

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

commit b603b7911c4c89ff4e5e78ee7c67a996331086b0
parent 65f1f989970db536e735b0c22236742124a9f4f4
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon,  8 Feb 2021 10:35:01 -0300

add .currency to /keys endpoint

Diffstat:
Mcore/api-exchange.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -120,6 +120,9 @@ possibly by using HTTPS. // The format is "current:revision:age". version: string; + // The exchange's currency. + currency: string; + // EdDSA master public key of the exchange, used to sign entries in 'denoms' and 'signkeys' master_public_key: EddsaPublicKey;