@dethcrypto/eth-sdk
Version:
🛠Generate type-safe, lightweight SDK for your Ethereum smart contracts
5 lines (4 loc) • 335 B
TypeScript
import { CodegenConfig } from 'typechain';
import { EthSdkContracts } from '../config';
import { Fs } from '../peripherals/fs';
export declare function generateTsClient(contracts: EthSdkContracts, abisRoot: string, outputRoot: string, outputToAbiRelativePath: string, fs: Fs | undefined, typechainFlags: CodegenConfig): Promise<void>;