pub fn log<const N: usize, H: Host + ?Sized>(
context: InstructionContext<'_, H, impl InterpreterTypes>,
)Expand description
Implements the LOG0-LOG4 instructions.
Appends log record with N topics.
pub fn log<const N: usize, H: Host + ?Sized>(
context: InstructionContext<'_, H, impl InterpreterTypes>,
)Implements the LOG0-LOG4 instructions.
Appends log record with N topics.