taler-docs

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

commit 08c88654aecb80a829b234d72eef04a201bdbb85
parent 91d1ae8708ea47115626cce5ededdb946680124f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Mar 2017 08:00:08 +0100

we will need the denom_sig for the known_coins table

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

diff --git a/api/api-exchange.rst b/api/api-exchange.rst @@ -999,6 +999,9 @@ in using this API. // would like the exchange to pay back. denom_pub: RsaPublicKey; + // Signature over the `coin public key <eddsa-coin-pub>`_ by the denomination. + denom_sig: RsaSignature; + // coin's public key coin_pub: CoinPublicKey;