UNPKG

@btcfun/mempool.js

Version:

Mirror NPM package module for Mempool APIs.

4 lines (3 loc) 181 B
import { AxiosInstance } from 'axios'; import { MempoolInstance } from '../../interfaces/bitcoin/mempool'; export declare const useMempool: (api: AxiosInstance) => MempoolInstance;