pub fn extract_transaction_hash(log: &HypersyncLog) -> Result<String>Expand description
Extracts the transaction hash from a log entry
ยงErrors
Returns an error if the transaction hash is not present in the log.
pub fn extract_transaction_hash(log: &HypersyncLog) -> Result<String>Extracts the transaction hash from a log entry
Returns an error if the transaction hash is not present in the log.