You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for adding the ability to add foreign utxos (#86). Would it be possible to include an example of how to use this correctly?
I am currently working on an app that has a database of it's own unspent UTXO set (previous transaction id, output index and sats amount).
Is it possible to use this library to sign a transaction with only this data? I've only found documentation on how to fetch UTXO's via an electrum server. This however does not work for my use case.
Any advice or an example would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi @BitcoinZavior do you have any code samples for this to work. I tried this but couldn't make it work. Seeking for some help here. Understanding there are lot more things to be looked upon. Hopefully we can see some code snippets or documentation update anything works.
Thanks a lot.
Thanks for adding the ability to add foreign utxos (#86). Would it be possible to include an example of how to use this correctly?
I am currently working on an app that has a database of it's own unspent UTXO set (previous transaction id, output index and sats amount).
Is it possible to use this library to sign a transaction with only this data? I've only found documentation on how to fetch UTXO's via an electrum server. This however does not work for my use case.
Any advice or an example would be greatly appreciated.
The text was updated successfully, but these errors were encountered: