question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add signatories and observers to `CreatedEvent`s in API

See original GitHub issue

In order to know whether I need to disclose a contract to a counter-party or not, I need to know whether the counter-party is already an observer. Since signatory and observer in DAML take arbitrary expressions, computing the observers of a contract instance in the application layer is difficult. I would therefore like to receive them as part of the CreateEvent of the instance.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
stefanobaghino-dacommented, Jun 26, 2019

@gyorgybalazsi Took a while, should be available from the next release (current is 0.13.7).

0reactions
gyorgybalazsicommented, Jul 2, 2019

@stefanobaghino-da cool, will check it out asap!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Laravel 4.2 custom Observer Event - Stack Overflow
I have a directory under my app folder named observers and I listen for various events such as created , updated , ......
Read more >
Events
An event may be assigned qualifiers, which allows observers to distinguish it from other events of the same type. The qualifiers function like ......
Read more >
How do I create an events observer that only calls when the ...
By placing the events.xml in the webapi_rest directory the observer only listens to events dispatched in that area. You can read about the...
Read more >
Subscribe to and dispatch events | Creating modules - Drupal
Let's create our first event subscriber in Drupal 8 using some core provided events. I personally like to do something very simple to...
Read more >
Events API - MoodleDocs
When an action takes place, an event is created by a core API or plugin. The Events system then disseminates this event information...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found