summaryrefslogtreecommitdiff
path: root/integration-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'integration-merchant.rst')
-rw-r--r--integration-merchant.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/integration-merchant.rst b/integration-merchant.rst
index a035089f..4372dc36 100644
--- a/integration-merchant.rst
+++ b/integration-merchant.rst
@@ -90,10 +90,7 @@ event, defined as follows:
.. code-block:: tsref
{
- // The contract as returned by the merchant backend,
- // having the following fields:
- // 'contract': the contract itself (FIXME link this definition to where contract is defined)
- // 'H_contract': the hash of 'contract'
- // 'merchant_sig': the signature over the contract made by the merchant
- contract_wrapper: Object;
+ contract_wrapper: Offer;
}
+
+Check at :ref:`contract` how the `Offer` interface is defined.