rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 2bb90b8203
Introduce two extensions traits for ScriptBuf
In preparation for moving the `ScritpBuf` type to `primitives` add a
public and private extension trait for the functions we want to leave
here in `bitcoin`.

Note, includes a change to the `difine_extension_trait` metavariable
used on `$gent` from `ident` to `path` to support the generic
`AsRef<PushBytes>`.
2024-08-20 09:34:34 +10: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 two extensions traits for ScriptBuf 2024-08-20 09:34:34 +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 Introduce two extensions traits for ScriptBuf 2024-08-20 09:34:34 +10:00