Function sgt

Source
pub fn sgt<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the SGT instruction.

Signed greater than comparison of two values from stack.