UNPKG

@dethcrypto/eth-sdk

Version:

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

3 lines (2 loc) • 113 B
export declare type FetchJson<T = any> = (url: string) => Promise<T>; export declare const fetchJson: FetchJson;