Skip to content

Filter

Defined in: types/Filter.types.ts:12

Param

block as starting point for range, inclusive

Param

block as ending point for range, inclusive

Extends

  • EventFilter

Properties

address?

optional address: string

Defined in: types/Filter.types.ts:4

Inherited from

EventFilter.address


fromBlock?

optional fromBlock: BlockTag

Defined in: types/Filter.types.ts:13


toBlock?

optional toBlock: BlockTag

Defined in: types/Filter.types.ts:14


topics?

optional topics: (string | string[] | null)[]

Defined in: types/Filter.types.ts:5

Inherited from

EventFilter.topics