UNPKG

@btcfun/mempool.js

Version:

Mirror NPM package module for Mempool APIs.

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