rust-bitcoin-unsafe-fast/bitcoin/src/merkle_tree
Tobin C. Harding a308e1e2ea
Remove FromHex for all types except Vec and array
Remove `FromHex` from hash and script types

- Remove the `FromHex` implementation from hash types and `ScriptBuf`
- Remove the `FromStr` implementation from `ScriptBuf` because it does not
  roundtrip with `Display`.
- Implement a method `from_hex` on `ScriptBuf`.
- Implement `FromStr` on hash types using a fixed size array.

This leaves `FromHex` implementations only on `Vec` and fixed size arrays.
2023-02-01 08:26:46 +11:00
..
block.rs Remove FromHex for all types except Vec and array 2023-02-01 08:26:46 +11:00
mod.rs Format the merkle_tree module 2022-11-16 09:49:23 +11:00