summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 48352cf4..bf214d58 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -877,6 +877,7 @@ the API during normal operation.
// Signature made by the wallet using the old coin's private key,
// used later to verify the /refresh/link response from the exchange.
+ // Signs over a `TALER_CoinLinkSignaturePS`_
link_sig: EddsaSignature;
// The original commitment, used to match the /refresh/reveal
@@ -960,6 +961,7 @@ the API during normal operation.
coin_ev: CoinEnvelope;
// Signature made by the old coin over the refresh request.
+ // Signs over a `TALER_CoinLinkSignaturePS`_
link_sig: EddsaSignature;
}