UNPKG

web3x

Version:

Typescript port of web3.js

4 lines (3 loc) 209 B
import { EthereumProvider } from '../../providers'; import { Subscription } from '../../subscriptions'; export declare function subscribeForSyncing(provider: EthereumProvider): Subscription<object | boolean>;