rust-bitcoin-unsafe-fast/primitives/src/script
Tobin C. Harding 3855d3cc83
Move script hashes to primitives
Woops, this should have been done before v0.101.0 was released.

Move the `ScriptHash` and `WScriptHash` types to `primitives`.

Requires moving constants and error types as well. We re-export the
errors because they are in the `mod.rs` file so they should appear in
both `primitives::script::FooError` and `bitcoin::script::FooError`.
2024-12-12 15:14:00 +11:00
..
borrowed.rs primitives: Add must_use 2024-12-10 11:02:06 +11:00
mod.rs Move script hashes to primitives 2024-12-12 15:14:00 +11:00
owned.rs primitives: Add must_use 2024-12-10 11:02:06 +11:00