Skip to content

FilterByBlockHash

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

Extends

  • EventFilter

Properties

address?

optional address: string

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

Inherited from

EventFilter.address


blockHash?

optional blockHash: string

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


topics?

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

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

Inherited from

EventFilter.topics