UNPKG

@btcfun/mempool.js

Version:

Mirror NPM package module for Mempool APIs.

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