summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-08 15:29:45 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-08 15:29:45 +0200
commit3dd24bd40d15bdd10e1fd183995935d4e7786e31 (patch)
tree91accc3771e84dc5b53972748fe9332d88834067 /core/api-exchange.rst
parentce15fc3472f93b3d213d220f6a144cf58a0b5706 (diff)
downloaddocs-3dd24bd40d15bdd10e1fd183995935d4e7786e31.tar.gz
docs-3dd24bd40d15bdd10e1fd183995935d4e7786e31.tar.bz2
docs-3dd24bd40d15bdd10e1fd183995935d4e7786e31.zip
update specification for #6416
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 9b18a18d..b461733e 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -770,6 +770,11 @@ denomination.
// only present if ``type`` is "DEPOSIT"
h_wire?: HashCode;
+ // Hash of the public denomination key used to sign the coin.
+ // only present if ``type`` is "DEPOSIT", "RECOUP",
+ // "RECOUP-REFRESH", "OLD-COIN-RECOUP" or "MELT".
+ h_denom_pub?: HashCode;
+
// Deposit fee in case of type "REFUND".
refund_fee?: Amount;