UNPKG

web3x

Version:

Typescript port of web3.js

5 lines (4 loc) 283 B
import { TransactionResponse } from '../../formatters'; import { EthereumProvider } from '../../providers'; import { Subscription } from '../../subscriptions'; export declare function subscribeForNewPendingTransactions(provider: EthereumProvider): Subscription<TransactionResponse>;