bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
838 stars 300 forks source link

Partially Signed Bitcoin Transactions (PSBT) (BIP 174) #83

Closed notmandatory closed 3 years ago

notmandatory commented 4 years ago

https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#Introduction

notmandatory commented 3 years ago

This functionality was already present in the MagicalBitcoin/magical-bitcoin-wallet repo, so when that repo was renamed to bitcoindevkit/bdk this issue was resolved. See the psbt module.