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
When creating a transaction I want to ensure it cannot be doublespent.
If I use an unconfirmed and untrusted prevout, I cannot guarantee the transaction will not be doublespent
Additional context
The text was updated successfully, but these errors were encountered:
Describe the enhancement
I want to create a transaction and ensure that prevovut has been confirmed onchain.
Similar to
ChangeSpendPolicy
I'd like to introduce aConfirmationSpendPolicy
.This could be used to spend only
Confirmed
,Trusted
orAny
output.The code to use it could look like the example below
Use case
When creating a transaction I want to ensure it cannot be doublespent.
If I use an unconfirmed and untrusted prevout, I cannot guarantee the transaction will not be doublespent
Additional context
The text was updated successfully, but these errors were encountered: