summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
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;