pub fn jumpdest<WIRE: InterpreterTypes, H: ?Sized>(
_context: InstructionContext<'_, H, WIRE>,
)Expand description
Implements the JUMPDEST instruction.
Marks a valid destination for jump operations.
pub fn jumpdest<WIRE: InterpreterTypes, H: ?Sized>(
_context: InstructionContext<'_, H, WIRE>,
)Implements the JUMPDEST instruction.
Marks a valid destination for jump operations.