UNPKG

blockchain-api-client

Version:

Blockchain Api Client which maps Results of all supported Blockchain API's into a unified interface

3 lines (2 loc) 156 B
import { HttpParams } from "../../base/http"; export declare const fetchFromBlockCypher: <T>(url: string, params?: HttpParams | undefined) => Promise<T>;