rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding 77085a1fa1
units: Remove serde from amounts
The `Amount` and `SignedAmount` were not supposed to implement `serde`
traits by design because doing so implicitly uses sats. We provide two
modules `as_sat` and `as_btc` to allow users to explicitly serialize in
their preferred format.

In commit: `d57ec019d5 Use Amount type for TxOut value field` derives
were added for `serde` and we did not notice it during review.
2024-11-28 12:55:43 +11:00
..
ecdsa.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
key.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
mod.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
sighash.rs units: Remove serde from amounts 2024-11-28 12:55:43 +11:00
taproot.rs Revert the change to to_bytes 2024-11-01 07:09:11 +11:00