OptionaladdressThe contract address or addresses to filter for events.
OptionalblockhashThe hash of a specific block. If defined, only events from this block are included.
OptionalfromThe starting block number (inclusive) from which to begin filtering events.
OptionaltoThe ending block number (inclusive) at which to stop filtering events.
OptionaltopicsAn array of topic identifiers to filter events. Each event must match all specified topics to be included.
Defines the options used to filter events in a subscription. These options can specify which events to include based on various blockchain parameters.