Skip to main content

Interface: Ethers6FilterByBlockHash

Ethers 6 supports mulitple addresses in a filter. Until then we have this

Extends

  • Omit\<FilterByBlockHash, "address">

Properties

address?

optional address: string | string[]


blockHash?

optional blockHash: string

Inherited from

Omit.blockHash


topics?

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

Inherited from

Omit.topics