filters property

List<EventFilter>? filters
getter/setter pair

List of filters for the returned events. Events matching any of the filters are included. To match a filter, an event must match both a contractId and a topic. Maximum 5 filters are allowed per request.

Implementation

List<EventFilter>? filters;