rust-bitcoin-unsafe-fast/bitcoin/src/merkle_tree
Tobin C. Harding 7819e50055
Move Block to primitives
On the way re-design the API by doing:

- Introduce `Checked` and `Unchecked` tags
- Rename the `txdata` field to `transactions`
- Make the `Block` fields private
- Add getters for `header` and `transactions` fields
- Move the various `compute_` methods to be free standing functions
- Make the `check_` functions private
- Introduce extension traits
2024-11-15 07:16:21 +11:00
..
block.rs Move Block to primitives 2024-11-15 07:16:21 +11:00
mod.rs Move Block to primitives 2024-11-15 07:16:21 +11:00