UNPKG

eth-block-tracker

Version:

A block tracker for the Ethereum blockchain. Keeps track of the latest block.

4 lines (3 loc) 112 B
export * from './PollingBlockTracker'; export * from './SubscribeBlockTracker'; export * from './BlockTracker';