UNPKG
@btcfun/mempool.js
Version:
latest (3.0.0)
3.0.0
Mirror NPM package module for Mempool APIs.
github.com/jedhu0/mempool.js
jedhu0/mempool.js
@btcfun/mempool.js
/
lib
/
app
/
liquid
/
websocket.d.ts
3 lines
(2 loc)
•
193 B
TypeScript
View Raw
1
2
3
import
{
WsLiquidInstance
}
from
'../../interfaces/liquid/websockets'
;
export
declare
const
useWebsocket
:
(
hostname
:
string
,
network
:
string
,
protocol
:
string
|
undefined
) =>
WsLiquidInstance
;