cyphernode icon indicating copy to clipboard operation
cyphernode copied to clipboard

Add Blockstream Privacy Analysis Script

Open FrancisPouliot opened this issue 6 years ago • 1 comments

We should add this:

  • when we get a response from a txid callback (get transaction, and other notifications)
  • as a standalone api endpoint (privacy) whose object is a txid

FrancisPouliot avatar Mar 31 '19 18:03 FrancisPouliot

The scripts can be found here : https://github.com/Blockstream/esplora/blob/master/client/src/lib/privacy-analysis.js

I would like this to be a field in the "unconfirmed-tx" and "confirmed-tx" callback responses.

Optionally can be its own endpoint like "txprivacy" with a txid as argument

FrancisPouliot avatar Jun 01 '19 17:06 FrancisPouliot