UNPKG

@graphprotocol/client-block-tracking

Version:

`graph-client` implements automatic block tracking using `number_gte` filter of `graph-node`. This automates the process [of fetching and tracking the block number of entites](https://thegraph.com/docs/en/developer/distributed-systems/#polling-for-updated

3 lines (2 loc) 118 B
export { BlockTrackingTransform as default } from './transform.cjs'; export { useBlockTracking } from './plugin.cjs';