UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

4 lines (2 loc) 117 B
import { ContractCall } from '../entities'; export declare const isStaticArray: (calls: ContractCall[]) => boolean;