UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

4 lines (2 loc) 111 B
import { ContractCall } from '../entities'; export declare const isParsable: (call: ContractCall) => boolean;