Skip to content

Commit 89abf7b

Browse files
authored
fix token std docs typo (hyperledger-labs#2260)
[static] Signed-off-by: Simon Meier <simon@digitalasset.com>
1 parent 4d808a3 commit 89abf7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/app_dev/token_standard/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,10 @@ The registry will return the relevant factory in the corresponding endpoint:
222222
* `AllocationFactory </app_dev/token_standard/openapi/allocation_instruction.html#post--registry-allocation-instruction-v1-allocation-factory>`_
223223

224224
The response's payload will include three relevant fields:
225+
225226
* ``factoryId``: the contract id of the factory
226227
* ``disclosedContracts``: must be provided to the exercise of the factory's choice for it to work
228+
* ``choiceContextData``: to be passed as ``context`` in the ``choiceArgument``.
227229

228230
With this data, you can execute a choice on the factory. For external parties
229231
you must call the `prepare <https://github.com/digital-asset/canton/blob/f608ec2cbb7b3e9331b7cc564eb260916606d815/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi.yaml#L1#L1553>`_

0 commit comments

Comments
 (0)