UNPKG

@typechain/web3-v1

Version:

🔌 TypeChain target for Web3-v1

4 lines (3 loc) • 186 B
import { Dictionary } from 'ts-essentials'; import { FunctionDeclaration } from 'typechain'; export declare function codegenForFunctions(fns: Dictionary<FunctionDeclaration[]>): string;