bitcoinjs / indexd

An external bitcoind index management service module
ISC License
53 stars 23 forks source link

Expose lowestTip method, e.g. for querying indexing status #47

Closed bchociej closed 3 years ago

bchociej commented 3 years ago

Exposes the existing lowestTip function as a method on Index.prototype for general consumption by external callers. I use this for checking how complete is the indexing process.