UNPKG

@dethcrypto/eth-sdk

Version:

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

5 lines (4 loc) • 207 B
import { Address } from '../config'; import { Abi } from '../types'; import type { NetworkSymbol } from './networks'; export declare type GetAbi = (network: NetworkSymbol, address: Address) => Promise<Abi>;