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
After taking some time to look at what parts of the TxBuilder API were available/not available/useful for the bindings, many methods stood out. This issue will track them. Note that not all of those are top priority, but most of them we figured would be useful and not too costly to include either in the first version of the 1.0 or in a future feature release (1.1, 1.2, etc.)
TxBuilder::add_data
TxBuilder::current_height
TxBuilder::nlocktime
TxBuilder::coin_selection
TxBuilder::ordering
TxBuilder::sighash
TxBuilder::allow_dust
TxBuilder::policy_path
TxBuilder::version
The text was updated successfully, but these errors were encountered:
TxBuilder::sighash requires adding the PsbtSighashType. I'm less familiar with this type, and the API does mention to be really careful when using the method. I'd like to be really sure I understand the PsbtSighashType and it's usage before opening this one up.
After taking some time to look at what parts of the TxBuilder API were available/not available/useful for the bindings, many methods stood out. This issue will track them. Note that not all of those are top priority, but most of them we figured would be useful and not too costly to include either in the first version of the 1.0 or in a future feature release (1.1, 1.2, etc.)
The text was updated successfully, but these errors were encountered: