Function stop
pub fn stop<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,Available on crate feature
evm only.Expand description
Stop opcode. This opcode halts the execution.
pub fn stop<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,evm only.Stop opcode. This opcode halts the execution.