UNPKG

typechain-target-ethers-v5

Version:

🔌 TypeChain target for ethers-v5

5 lines (4 loc) • 361 B
import { BytecodeWithLinkReferences, Contract } from 'typechain'; export declare function codegenContractTypings(contract: Contract): string; export declare function codegenContractFactory(contract: Contract, abi: any, bytecode?: BytecodeWithLinkReferences): string; export declare function codegenAbstractContractFactory(contract: Contract, abi: any): string;