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
/
index.d.ts
7 lines
(6 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
MempoolConfig
,
MempoolReturn
}
from
'./interfaces/index'
;
declare
const
mempool
: { ({ hostname, network, protocol, config }?:
MempoolConfig
):
MempoolReturn
;
default
:
any
; };
export
= mempool;