UNPKG

@dethcrypto/eth-sdk

Version:

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

3 lines (2 loc) • 144 B
import { Fs } from '../peripherals/fs'; export declare function transpileClient(clientPath: string, outputPath: string, fs: Fs): Promise<void>;