[−][src]Function pwasm_ethereum::log
pub fn log(topics: &[H256], data: &[u8])
Creates log entry with given topics and data.
There could be only up to 4 topics.
Panics
If topics contains more than 4 elements then this function will trap.
pub fn log(topics: &[H256], data: &[u8])
Creates log entry with given topics and data.
There could be only up to 4 topics.
If topics contains more than 4 elements then this function will trap.