Function invalid
pub const fn invalid<IT, H>(
_context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Available on crate feature
evm only.Expand description
Invalid opcode. This opcode halts the execution.