UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

7 lines (5 loc) 250 B
import { DynamicContract } from './dynamic-contract'; import { DynamicContractConstructorArgs } from './dynamic-contract-constructor-args'; export type DynamicContractConstructor = new ( args?: DynamicContractConstructorArgs ) => DynamicContract;