UNPKG

@dethcrypto/eth-sdk

Version:

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

3 lines (2 loc) • 106 B
import { EthSdkCtx } from '../types'; export declare function generateSdk(ctx: EthSdkCtx): Promise<void>;