bsv-is-final-tx

Checks if a BSV transaction is final

Usage no npm install needed!

<script type="module">
  import bsvIsFinalTx from 'https://cdn.skypack.dev/bsv-is-final-tx';
</script>

README

bsv-is-final-tx

Checks if a BSV transaction is final

Installation

npm i bsv-is-final-tx

Usage

const isFinal = require('bsv-is-final-tx')

(async () => {
  console.log(await isFinal('YOUR_TX_HEX_HERE'))
})()

License

The license for the code in this repository is the Open BSV License.