bdk-ffi
bdk-ffi copied to clipboard
Add finalize to Psbt
Description
Add finalize() to Psbt. See https://github.com/bitcoindevkit/bdk-ffi/issues/469
Checklists
All Submissions:
- [x] I've signed all my commits
- [x] I followed the contribution guidelines
- [x] I ran
cargo fmt
andcargo clippy
before committing
New Features:
- [ ] I've added tests for the new feature
- [ ] I've added docs for the new feature