stylus_sdk::evm

Function raw_log

Source
pub fn raw_log(topics: &[B256], data: &[u8]) -> Result<(), &'static str>
Expand description

Emits an EVM log from its raw topics and data. Most users should prefer the alloy-typed log.