summaryrefslogtreecommitdiff
path: root/core/api-auditor.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-auditor.rst')
-rw-r--r--core/api-auditor.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index cd0071e5..321d203e 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -162,6 +162,9 @@ paid out first.
// Hash over the contract for which this deposit is made.
h_contract_terms: HashCode;
+ // Hash over the extensions.
+ h_extensions: HashCode;
+
// Hash over the wiring information of the merchant.
h_wire: HashCode;
@@ -172,6 +175,9 @@ paid out first.
// request? Zero if refunds are not allowed.
refund_deadline: Timestamp;
+ // By what time does the exchange have to wire the funds?
+ wire_deadline: Timestamp;
+
// Amount to be deposited, excluding fee. Calculated from the
// amount with fee and the fee from the deposit request.
amount_without_fee: Amount;