rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding bcf6d2839e
Introduce scriptPubkey extension traits
Done in preparation for moving the script types to `primitives`.

The script types have a bunch of functionality to support scriptPubkeys,
and scriptPubkeys are an address thing.

Create a module under `address` and in it create a bunch of extension
traits to hold all scriptPubkey functionality.

Includes adding an ugly-as-hell macro to create the traits.
2024-07-13 08:43:06 +10:00
..
bip32.rs create constants for ChildNumber enum 2024-06-20 10:19:11 +05:30
ecdsa-psbt-simple.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
ecdsa-psbt.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
handshake.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sighash.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
sign-tx-segwit-v0.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
sign-tx-taproot.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
taproot-psbt-simple.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
taproot-psbt.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00