rust-bitcoin-unsafe-fast/bitcoin/examples
Martin Habovstiak 0857697665 Replace impl blocks with extension traits
In preparation to move script types to `primitives` we replace impl
block with extension traits by replacing the temporary modules with
`define_extension_trait`.
2024-08-13 13:14:00 +02:00
..
bip32.rs create constants for ChildNumber enum 2024-06-20 10:19:11 +05:30
ecdsa-psbt-simple.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
ecdsa-psbt.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
handshake.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
sighash.rs Replace impl blocks with extension traits 2024-08-13 13:14:00 +02: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 Use lower case error messages 2024-07-15 09:25:08 +01:00
taproot-psbt.rs Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00