UNPKG

@btcfun/mempool.js

Version:

Mirror NPM package module for Mempool APIs.

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