extract_event_signature_bytes

Function extract_event_signature_bytes 

Source
pub fn extract_event_signature_bytes(log: &Log) -> Result<&[u8]>
Expand description

Extracts the event signature from a log entry and returns it as raw bytes

ยงErrors

Returns an error if the event signature (topic0) is not present in the log.