rust-bitcoin-unsafe-fast/bitcoin/examples
Jiri Jakes bef7c6e687 Use marker type to enforce validation of `Address`'s network
Parsing addresses from strings required a subsequent validation of
network of the parsed address. However, this validation was not
enforced by compiler, one had to remember to perform it.

This change adds a marker type to `Address` that will assist the
compiler in enforcing this validation.
2023-01-11 19:27:10 +08:00
..
bip32.rs Run cargo fmt 2022-11-18 13:11:07 +11:00
ecdsa-psbt.rs Use marker type to enforce validation of `Address`'s network 2023-01-11 19:27:10 +08:00
handshake.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
taproot-psbt.rs Use marker type to enforce validation of `Address`'s network 2023-01-11 19:27:10 +08:00