Optional
addressThe contract address or addresses to filter for events.
Optional
blockhashThe hash of a specific block. If defined, only events from this block are included.
Optional
fromThe starting block number (inclusive) from which to begin filtering events.
Optional
toThe ending block number (inclusive) at which to stop filtering events.
Optional
topicsAn 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.