pub fn calculate_tx_id(tx: &Transaction) -> [u8; 32]👎Deprecated:
Use crate::block::calculate_tx_id instead
Expand description
Calculate transaction ID (deprecated - use crate::block::calculate_tx_id instead)
This function is kept for backward compatibility but delegates to the standard implementation in block.rs.