@dethcrypto/eth-sdk
Version:
🛠Generate type-safe, lightweight SDK for your Ethereum smart contracts
8 lines (7 loc) • 348 B
TypeScript
import debug from 'debug';
import { EthSdkCtx } from '../types';
import { GetRpcProvider } from './getRpcProvider';
import { GetAbi } from './types';
export type { GetAbi };
export declare const d: debug.Debugger;
export declare function gatherABIs({ config, fs, cliArgs }: EthSdkCtx, getAbi?: GetAbi, getProvider?: GetRpcProvider): Promise<void>;