LtbLightning / bdk-flutter

Bitcoin Development Kit - Flutter Package
MIT License
60 stars 27 forks source link

Feature suggestion: get the list unspent trusted utxos #79

Open sergdeus opened 1 year ago

sergdeus commented 1 year ago

Right now we have listUnspent() method. It returns all utxos, including from the unconfirmed transactions.

So, in case I need to get only confirmed utxos, I need to cross-reference the utxos with the listTransactions().

It would be great to have it done within the plugin.

If you would like I can make a PR with this method.