UNPKG

@dethcrypto/eth-sdk

Version:

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

5 lines (4 loc) • 306 B
import { EthSdkContracts } from '../config/types'; import { Fs } from '../peripherals/fs'; export declare function generateIndex(contracts: EthSdkContracts, outputPath: string, outputToAbiRelativePath: string, fs?: Fs): Promise<void>; export declare function importedAbiIdentifier(keys: string[]): string;