UNPKG

blockbook-client

Version:

Client for interacting with Trezor's blockbook API

4 lines (3 loc) 377 B
import { AxiosRequestConfig } from 'axios'; export declare const USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36"; export declare function jsonRequest(host: string, method: 'GET' | 'POST', path: string, params?: object, body?: object, options?: Partial<AxiosRequestConfig>): Promise<any>;