rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 20a5f1f35f
Use KnowHrp instead of Network
We have a bunch of functions that take `Network` when what they really
want is something that can be converted to a `KnownHrp`.

Make `KnownHrp` public and accept `impl Into<KnownHrp>`.
2024-01-23 16:53:05 +11:00
..
bip32.rs Use KnowHrp instead of Network 2024-01-23 16:53:05 +11:00
ecdsa-psbt.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
handshake.rs bitcoin: fix typos 2024-01-18 14:06:23 +08:00
sighash.rs Improve Signature field names 2024-01-15 10:26:40 +11:00
sign-tx-segwit-v0.rs Improve Signature field names 2024-01-15 10:26:40 +11:00
sign-tx-taproot.rs Improve Signature field names 2024-01-15 10:26:40 +11:00
taproot-psbt.rs Improve Signature field names 2024-01-15 10:26:40 +11:00