Skip to main content

calculate_tx_id

Function calculate_tx_id 

Source
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.