Add signatories and observers to `CreatedEvent`s in API
See original GitHub issueIn 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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gyorgybalazsi Took a while, should be available from the next release (current is 0.13.7).
@stefanobaghino-da cool, will check it out asap!