rust-bitcoin-unsafe-fast/bitcoin/examples
Duncan Dean 1a89d5230c
examples: Add taproot-psbt workflow example
This example shows how to use the PSBT API for taproot transactions.
We have a simple BIP86-style spend and an example of an inheritance
timelock that can be spent either by the beneficiary via the script
path after a timelock, or via the key path by the benefactor so that
they can refresh the timelock at any time.
2022-09-16 09:00:27 +02:00
..
bip32.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
ecdsa-psbt.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
handshake.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
taproot-psbt.rs examples: Add taproot-psbt workflow example 2022-09-16 09:00:27 +02:00