LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

Allow Extraction of PSBT struct #40

Open BitcoinZavior opened 1 year ago

BitcoinZavior commented 1 year ago

Expose the entire PSBT in the bindings. (https://docs.rs/bitcoin/0.29.2/bitcoin/util/psbt/struct.PartiallySignedTransaction.html) This will allow the tx to be extracted with available data, verification of extracted tx. This will also be useful and perhaps mandatory for multisig tx creation and signing.

Depends on https://github.com/bitcoindevkit/bdk-ffi/issues/311