Skip to main content

parse_log

Function parse_log 

Source
pub fn parse_log(
    event_name_expanded: &str,
    log: &Log,
) -> Result<EthereumEvent, EthereumServiceError>
Expand description

Parses a log into an EthereumEvent using the expanded event signature event_name_expanded (e.g. MyEvent(type1 indexed,type2)).