UNPKG

blockchain-api-client

Version:

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

4 lines (3 loc) 213 B
import { HttpParams } from "../../base/http"; import { Network } from "../../base/types"; export declare const fetchFromTatum: <T>(url: string, network: Network, params?: HttpParams | undefined) => Promise<T>;