UNPKG

python-proxy-scraper-client

Version:

A TypeScript client for interacting with a Python proxy scraper service

8 lines (7 loc) 214 B
import { Blockchain } from "./services/blockchain/blockchain"; export declare class Client { private readonly baseUrl; blockchain: Blockchain; constructor(baseUrl?: string); getBaseUrl(): string; }