Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionFilter

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'
                    }
                ]
            }
        }
    }
}
see

Filters

see

InclusiveFilters

see

Identifier

Hierarchy

  • TransactionFilter

Index

Properties

Properties

filtersByParty

filtersByParty: Record<string, Filters>

Generated using TypeDoc