rust-bitcoin-unsafe-fast/fuzz/fuzz_targets/bitcoin
Tobin C. Harding a42bcdc22e
Remove usage of blockdata from paths
the `blockdata` directory is code organisation thing, all the
types/modules are re-exported from other places. In preparation for, and
to make easier, the `primitives` crate smashing work - remove all
explicit usage of `blockdata`.

Note that the few instances remain as they seem required e.g.,

  `pub(in crate::blockdata::script)`

Refactor only, no logic changes.
2024-06-20 12:00:22 +10:00
..
deser_net_msg.rs
deserialize_address.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