Function ret
pub fn ret<WIRE, H>(context: InstructionContext<'_, H, WIRE>)Available on crate feature
evm only.Expand description
Implements the RETURN instruction.
Halts execution and returns data from memory.
pub fn ret<WIRE, H>(context: InstructionContext<'_, H, WIRE>)evm only.Implements the RETURN instruction.
Halts execution and returns data from memory.