summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-19 08:00:08 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-19 08:00:08 +0100
commit08c88654aecb80a829b234d72eef04a201bdbb85 (patch)
treeefc153b232c3bff565f54638da16b97e8683738e /api
parent91d1ae8708ea47115626cce5ededdb946680124f (diff)
downloaddocs-08c88654aecb80a829b234d72eef04a201bdbb85.tar.gz
docs-08c88654aecb80a829b234d72eef04a201bdbb85.tar.bz2
docs-08c88654aecb80a829b234d72eef04a201bdbb85.zip
we will need the denom_sig for the known_coins table
Diffstat (limited to 'api')
-rw-r--r--api/api-exchange.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index b21fd8bd..dc8f4d6e 100644
--- 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;