rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding 98383a0fbe
Introduce Transaction extension traits
WARNING: This is not like all the other extension traits.

Because of the use of generics on various `Transaction` methods it is
not easily possible to use the `define_extension_trait` macro.

Manually create the extension traits (public and private) for the
`Transaction` type. This is quite ugly but c'est la vie

(Includes two in the `transaction` module and one in the
`consensus_validation` module.)
2024-10-30 12:28:52 +11:00
..
ecdsa.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
key.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
mod.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
sighash.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
taproot.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00