rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding fa104aefa5
bitcoin: Add signing examples
Add two signing examples to showcase signing a simple one input two
output transaction using both segwit v0 outputs and taproot outputs.

This patch is the result of the recent rust-bitcoin TABConf workshop,
wit bug fix by Sanket, updated to use APIs from tip of master branch.

This code, depending on v0.30.0 is what is being introduced to the
cookbook at the moment.
2023-10-31 10:11:48 +11:00
..
bip32.rs Rename xpub and xpriv types 2023-08-22 13:47:35 +10:00
ecdsa-psbt.rs Feature: Psbt fee checks 2023-09-28 00:11:33 -07:00
handshake.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
sighash.rs Use Message::from_digest 2023-10-11 08:16:25 +11:00
sign-tx-segwit-v0.rs bitcoin: Add signing examples 2023-10-31 10:11:48 +11:00
sign-tx-taproot.rs bitcoin: Add signing examples 2023-10-31 10:11:48 +11:00
taproot-psbt.rs Use Message::from_digest 2023-10-11 08:16:25 +11:00