UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

7 lines (5 loc) 123 B
import { Log, LogDescription } from 'ethers'; export interface ContractLog { log: Log; description: LogDescription; }