UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

7 lines (6 loc) 230 B
import type { HttpTransportConfig } from '../http.js'; type MempoolConfig = { baseUrl?: string; } & HttpTransportConfig; export declare const mempool: (config?: MempoolConfig) => import("../http.js").HttpTransport; export {};