pub fn extract_log_index(log: &RpcLog) -> Result<u32>
Extract log index from RPC log.
Returns an error if the log index is missing or cannot be parsed.