UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

6 lines (5 loc) 114 B
export interface ContractGetLogsOptions { blocksStep?: number; delayMs?: number; signals?: AbortSignal[]; }