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