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