UNPKG

@typechain/truffle-v5

Version:

🔌 TypeChain target for Truffle-v5

4 lines (3 loc) • 217 B
import { Contract, FunctionDeclaration } from 'typechain'; export declare function codegenContract(contract: Contract): string; export declare function generateOverloadedFunctions(fns: FunctionDeclaration[]): string;