pub fn get_indexed_event(event: Event, raw_log: &LogData) -> Event
Expand description
Given an event without indexed parameters and a rawlog, it tries to return the event with the proper indexed parameters. Otherwise, it returns the original event.
pub fn get_indexed_event(event: Event, raw_log: &LogData) -> Event
Given an event without indexed parameters and a rawlog, it tries to return the event with the proper indexed parameters. Otherwise, it returns the original event.