Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Choice observer in DazlForum ↗

Choice observer in Dazl

App Development2 posts341 views2 likesLast activity Nov 2021
LE
Leonid_RozenbergOP
Nov 2021

Can one observe exercises in Dazl, specifically ones were a party is a choice observer?

DT
dtanabe
Nov 2021

Yup, if you’re using dazl.Network:

https://digital-asset.github.io/dazl-client/dazl.client.html#dazl.client.api.AIOPartyClient.add_ledger_exercised

The newer, lighterweight API (dazl.connect) does not have the ability to observe exercise events as it aims to be closer to the Daml TypeScript library (and therefore constrained by what is exposed by the HTTP JSON API).

← Back to Discussions