From cadc9add3998cef086cf8bf3711043e48b2ea9a9 Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Wed, 4 Jan 2017 15:39:10 +0100 Subject: [PATCH] fixups for 'multiple current owners' section in inputs/outputs docs --- docs/server/source/data-models/inputs-outputs.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/server/source/data-models/inputs-outputs.rst b/docs/server/source/data-models/inputs-outputs.rst index a4256fa6..b195a767 100644 --- a/docs/server/source/data-models/inputs-outputs.rst +++ b/docs/server/source/data-models/inputs-outputs.rst @@ -131,7 +131,7 @@ See the reference on :ref:`inputs ` for descriptions of the meaning of ea Multiple Current Owners ``````````````````````` -If there are Multiple *current owners*, the fulfillment will be a little different from One Current Owner (Suppose it has two current owners). +If there are multiple *current owners*, the fulfillment will be a little different from `One Current Owner`_ (suppose it has two current owners). .. code-block:: json @@ -139,14 +139,14 @@ If there are Multiple *current owners*, the fulfillment will be a little differe "owners_before": ["",""], "fulfillment": "cf:2:AQIBAgEBYwAEYEv6O5HjHGl7OWo2Tu5mWcWQcL_OGrFuUjyej-dK3LM99TbZsRd8c9luQhU30xCH5AdNaupxg-pLHuk8DoSaDA1MHQGXUZ80a_cV-4UaaaCpdey8K0CEcJxre0X96hTHCwABAWMABGBnsuHExhuSj5Mdm-q0KoPgX4nAt0s00k1WTMCzuUpQIp6aStLoTSMlsvS4fmDtOSv9gubekKLuHTMAk-LQFSKF1JdzwaVWAA2UOv0v_OS2gY3A-r0kRq8HtzjYdcmVswUA", "input": { - "cid": 0, + "output": 0, "txid": "e4805f1bfc999d6409b38e3a4c3b2fafad7c1280eb0d441da7083e945dd89eb8" } } - ``owners_before``: A list of public keys of the owners before the transaction; in this case it has two owners, hence two public keys. -- ``fulfillment``: A crypto-conditions URI that encodes the cryptographic fulfillments like signatures and others;'cf' indicates this is a fulfillment, '2' indicates the condition type is THRESHOLD-SHA-256 (while '4' in One Current Owner indicates its condition type is ED25519). -- ``input``: Pointer to the asset and condition of a previous transaction - - ``cid``: Condition index - the index of the condition in the array of conditions in the previous transaction - - ``txid``: Transaction id \ No newline at end of file +- ``fulfillment``: A crypto-conditions URI that encodes the cryptographic fulfillments like signatures and others;'cf' indicates this is a fulfillment, '2' indicates the condition type is THRESHOLD-SHA-256 (while '4' in `One Current Owner`_ indicates its condition type is ED25519). +- ``fulfills``: Pointer to an output from a previous transaction that is being spent + - ``output``: The index of the output in a previous transaction + - ``txid``: ID of the transaction