bdk-ffi icon indicating copy to clipboard operation
bdk-ffi copied to clipboard

API surface of the `TxBuilder` type

Open thunderbiscuit opened this issue 4 months ago • 0 comments

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::coin_selection
  • [ ] TxBuilder::current_height
  • [ ] TxBuilder::nlocktime
  • [ ] TxBuilder::ordering
  • [ ] TxBuilder::sighash
  • [ ] TxBuilder::allow_dust
  • [ ] TxBuilder::policy_path
  • [ ] TxBuilder::version

thunderbiscuit avatar Sep 26 '24 16:09 thunderbiscuit