UNPKG

@btcfun/mempool.js

Version:

Mirror NPM package module for Mempool APIs.

3 lines (2 loc) 182 B
import { WsInstance } from '../../interfaces/bitcoin/websockets'; export declare const useWebsocket: (hostname: string, network: string, protocol: string | undefined) => WsInstance;