rust-bitcoin-unsafe-fast/bitcoin/src/psbt
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
..
map Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
error.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
macros.rs psbt: Use macro instead of function 2024-05-21 08:57:21 +10:00
mod.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
raw.rs Standardize function doc Errors 2024-05-24 09:59:42 +01:00
serialize.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00