pub fn difficulty<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the DIFFICULTY/PREVRANDAO instruction.
Pushes the block difficulty (pre-merge) or prevrandao (post-merge) onto the stack.