UNPKG

@btcfun/mempool.js

Version:

Mirror NPM package module for Mempool APIs.

4 lines (3 loc) 175 B
import { AxiosInstance } from 'axios'; import { BlockInstance } from '../../interfaces/bitcoin/blocks'; export declare const useBlocks: (api: AxiosInstance) => BlockInstance;