Skip to main content

stop

pub const fn stop<IT, H>(
    _context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Available on crate feature evm only.
Expand description

Stop opcode. This opcode halts the execution.