bdk/nursery
Tobin C. Harding cf7aca84d1
Remove usage of blockdata:: from bitcoin paths
In `rust-bitcoin` the `blockdata` module is a code organisation thing,
it should never have been public. One day those guys would like to
remove it, so as not to be a PITA for `bdk` when they do lets remove all
usage of `blockdata::` now.

Internal change only, no externally visible changes.
2024-06-27 10:27:54 +10:00
..
2023-09-16 10:43:26 -05:00

Bitcoin Dev Kit Nursery

This is a directory for crates that are experimental and have not been released yet. Keep in mind that they may never be released. Things in /example-crates may use them to demonstrate how things might look in the future.