UNPKG

@dethcrypto/eth-sdk

Version:

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

5 lines (4 loc) • 138 B
export interface NestedDict<TValue> { [name: string]: TValue | NestedDict<TValue>; } export declare type URLString = `http${string}`;