Function log
pub fn log<const N: usize, H>(
context: InstructionContext<'_, H, impl InterpreterTypes>,
)Available on crate feature
evm only.Expand description
Implements the LOG0-LOG4 instructions.
Appends log record with N topics.