UNPKG

@dethcrypto/eth-sdk

Version:

🛠 Generate type-safe, lightweight SDK for your Ethereum smart contracts

3 lines (2 loc) • 166 B
import { CodegenConfig } from 'typechain'; export declare function generateTypes(abisRoot: string, outputPath: string, typechainFlags: CodegenConfig): Promise<void>;