rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding d2367fb187 Add PSBT sign functionality
Signing a PSBT requires no knowledge other than what we have here in
this library and the PSBT ready to be signed.

This code was pulled out of `rust-miniscript`.

Add a `sign` method to the `PartiallySignedTransaction`.
2022-10-20 06:07:35 +11:00
..
contrib Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
examples Run formmater on bip152 2022-10-19 06:41:10 +11:00
src Add PSBT sign functionality 2022-10-20 06:07:35 +11:00
test_data Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
Cargo.toml fix test_data dir exclusion 2022-10-11 12:18:37 +02:00