summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-08 11:45:13 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-08 11:45:13 +0200
commitbedb4fbbacf9e69e0fcdd5585ab61f066a598bbf (patch)
tree4745c93316492734a9a61bffd2e86984c4115316
parent358c2caefbce591265b414b6e0557446b708bdb7 (diff)
downloaddocs-bedb4fbbacf9e69e0fcdd5585ab61f066a598bbf.tar.gz
docs-bedb4fbbacf9e69e0fcdd5585ab61f066a598bbf.tar.bz2
docs-bedb4fbbacf9e69e0fcdd5585ab61f066a598bbf.zip
needed link
-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.