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 |
||
|---|---|---|
| .. | ||
| deser_net_msg.rs | ||
| deserialize_address.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 | ||