rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding a7c44cebf9
Use _unchecked to construct amounts
We have a `_unchecked` constructor now for both `Amount` and
`SignedAmount`. In preparation for enforcing the `MAX_MONEY` invariant
use the `_unchecked` constructor throughout the codebase to construct
amounts from hard coded integer values.
2025-01-06 13:14:21 +11:00
..
bip32.rs
create-p2wpkh-address.rs
ecdsa-psbt-simple.rs Use _unchecked to construct amounts 2025-01-06 13:14:21 +11:00
ecdsa-psbt.rs
handshake.rs
sighash.rs
sign-tx-segwit-v0.rs Use _unchecked to construct amounts 2025-01-06 13:14:21 +11:00
sign-tx-taproot.rs Use _unchecked to construct amounts 2025-01-06 13:14:21 +11:00
taproot-psbt-simple.rs Use _unchecked to construct amounts 2025-01-06 13:14:21 +11:00
taproot-psbt.rs Use _unchecked to construct amounts 2025-01-06 13:14:21 +11:00