a308e1e2ea
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. |
||
---|---|---|
.. | ||
address.rs | ||
constants.rs | ||
message.rs | ||
message_blockdata.rs | ||
message_bloom.rs | ||
message_compact_blocks.rs | ||
message_filter.rs | ||
message_network.rs | ||
mod.rs |