buidl-bitcoin / buidl-python

python3 bitcoin library with no dependencies and extensive test coverage
https://pypi.org/project/buidl/
MIT License
83 stars 26 forks source link

How can I sign PSBT without an HD-Wallet? #161

Open ShookLyngs opened 5 months ago

ShookLyngs commented 5 months ago

Hi,I noticed that the library provides bip32 related features for HD derivation and signing. However, if I don’t want to use an HD wallet, can I sign PSBTs with just regular private keys, without injecting the bip32 related fingerprint, path, and other details to the target PSBTs?

Thanks.