bef7c6e687
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. |
||
---|---|---|
.. | ||
deser_net_msg.rs | ||
deserialize_address.rs | ||
deserialize_amount.rs | ||
deserialize_block.rs | ||
deserialize_prefilled_transaction.rs | ||
deserialize_psbt.rs | ||
deserialize_script.rs | ||
deserialize_transaction.rs | ||
deserialize_witness.rs | ||
outpoint_string.rs | ||
script_bytes_to_asm_fmt.rs |