UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

8 lines (7 loc) 263 B
import type { HttpTransportConfig } from '../http.js'; type BlockcypherConfig = { baseUrl?: string; apiKey?: string; } & HttpTransportConfig; export declare const blockcypher: (config?: BlockcypherConfig) => import("../http.js").HttpTransport; export {};