petertodd / python-bitcoinlib

Python3 library providing an easy interface to the Bitcoin data structures and protocol.
Other
1.84k stars 625 forks source link

PSBT transaction signing #297

Closed nixonrichard1971 closed 9 months ago

nixonrichard1971 commented 9 months ago

Hi,

I'd like to use this library to sign a PSBT I have saved from electrum desktop wallet.

How can I achieve this with this library? Thank you

petertodd commented 9 months ago

You just can't at the moment because no-one has implemented PSBT support. Sorry, but someone needs to write that code first.