pub fn extract_address_from_topic(
log: &Log,
topic_index: usize,
description: &str,
) -> Result<Address>
Expand description
Extracts an address from a specific topic in a log entry
ยงErrors
Returns an error if the topic at the specified index is not present in the log.