utxostack / rgbpp-sdk

Utilities for Bitcoin and RGB++ asset integration
ISC License
53 stars 18 forks source link

feat(btc): add "onlyNonRgbppUtxos" option in DataSource/TxBuilder #132

Closed ShookLyngs closed 6 months ago

ShookLyngs commented 6 months ago

Changes

What is it

Previously, if the value of a RGBPP UTXO is >= 546, it may be used to pay fee in a transaction. With the onlyNonRgbppUtxos option added, the SDK can filter out RGBPP UTXOs in the satoshi collection process, therefore preventing misuse of RGBPP UTXOs.

Related issues