This commit is contained in:
Bernhard Elsner 2019-05-29 08:48:49 +02:00 committed by Moritz Kiefer
parent 84e29f2688
commit 05191a3281

View File

@ -135,7 +135,7 @@ The update expressions are:
``fetchedContract <- fetch IdOfContract``
:ref:`fetch <daml-ref-fetch-by-key>`
:ref:`fetchByKey <daml-ref-fetch-by-key>`
Like ``fetch``, but uses a :doc:`contract key </daml/reference/contract-keys>` rather than an ID.
``fetchedContract <- fetchByKey @ContractType contractKey``