FilterByBlockHash
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/providers/provider.d.ts:1036
A FilterByBlockHash allows searching a specific block for mathcing logs.
Extends
Section titled “Extends”Properties
Section titled “Properties”address?
Section titled “address?”optional address: | AddressLike | AddressLike[];
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/providers/provider.d.ts:1015
Inherited from
Section titled “Inherited from”blockHash?
Section titled “blockHash?”optional blockHash: string;
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/providers/provider.d.ts:1040
The blockhash of the specific block for the filter.
topics?
Section titled “topics?”optional topics: TopicFilter;
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/providers/provider.d.ts:1016