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
/
bitcoin
/
difficulty.d.ts
4 lines
(3 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
import
{
AxiosInstance
}
from
'axios'
;
import
{
DifficultyInstance
}
from
'../../interfaces/bitcoin/difficulty'
;
export
declare
const
useDifficulty
:
(
api
:
AxiosInstance
) =>
DifficultyInstance
;