8e428562cb
This renames `Script` to `ScriptBuf` and adds unsized `Script` modeled after `PathBuf`/`Path`. The change cleans up the API a bit, especially all functions that previously accepted `&Script` now accept truly borrowed version. Some functions that perviously accepted `&[u8]` can now accept `&Script` because constructing it is no loger costly. |
||
---|---|---|
.. | ||
deser_net_msg.rs | ||
deserialize_address.rs | ||
deserialize_amount.rs | ||
deserialize_block.rs | ||
deserialize_prefilled_transaction.rs | ||
deserialize_psbt.rs | ||
deserialize_script.rs | ||
deserialize_transaction.rs | ||
deserialize_witness.rs | ||
outpoint_string.rs | ||
script_bytes_to_asm_fmt.rs |