Keys of the map determine which parties' on-ledger transactions are being queried. Values of the map determine which events are disclosed in the stream per party. At the minimum, a party needs to set an empty Filters message to receive any events.
Example:
{ filtersByParty: { Alice: { inclusive: { templateIds: [ { packageId: 'some-package-id', moduleName: 'SomeModule', entityName: 'SomeTemplate' } ] } } } }
Filters
InclusiveFilters
Identifier
Generated using TypeDoc
Keys of the map determine which parties' on-ledger transactions are being queried. Values of the map determine which events are disclosed in the stream per party. At the minimum, a party needs to set an empty Filters message to receive any events.
Example:
{ filtersByParty: { Alice: { inclusive: { templateIds: [ { packageId: 'some-package-id', moduleName: 'SomeModule', entityName: 'SomeTemplate' } ] } } } }
Filters
InclusiveFilters
Identifier