Skip to content

Commit

Permalink
Merge pull request #586 from radixdlt/rewrite-events-filter-docs
Browse files Browse the repository at this point in the history
make it clear that tx has to fullfill all event_filters.
  • Loading branch information
PawelPawelec-RDX authored Dec 20, 2023
2 parents 91e67d3 + f458fe7 commit ea46a2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ tags:
* `affected_global_entities_filter` - allows specifying an array of global addresses. If specified, the response will contain transactions that affected all of the given global entities. A global entity is marked as "affected" by a transaction if any of its state (or its descendents' state) was modified as a result of the transaction.
* `events_filter` - allows filtering the transaction stream to transactions which, for each provided filter, the transaction emitted at least one event which matched that filter. Currently *only* deposit and withdrawal events emitted by an internal vault entity are tracked. For the purpose of filtering, the emitter address is replaced by the global ancestor of the emitter, for example, the top-level account / component which contains the vault which emitted the event.
* `events_filter` - filters the transaction stream to transactions which emitted at least one event matching each filter (each filter can be satisfied by a different event). Currently *only* deposit and withdrawal events emitted by an internal vault entity are tracked. For the purpose of filtering, the emitter address is replaced by the global ancestor of the emitter, for example, the top-level account / component which contains the vault which emitted the event.
Each filter is a complex object where you can specify:
- `event` (required) - the event tag. Currently only the following tags are supported:
Expand Down

0 comments on commit ea46a2b

Please sign in to comment.