UNPKG

@btcfun/mempool.js

Version:

Mirror NPM package module for Mempool APIs.

4 lines (3 loc) 167 B
import { AxiosInstance } from 'axios'; import { FeeInstance } from '../../interfaces/bitcoin/fees'; export declare const useFees: (api: AxiosInstance) => FeeInstance;