Trait ethers_core::abi::ParseLog
source · pub trait ParseLog {
type Log;
// Required method
fn parse_log(&self, log: RawLog) -> Result<Self::Log, Error>;
}
Expand description
trait common to things (events) that have an associated Log
type
that can be parsed from a RawLog