bpstd::opcodes

Constant OP_GREATERTHAN

Source
pub const OP_GREATERTHAN: u8 = 0xa0; // 160u8
Expand description

Pop the top two items; push 1 if the second is greater than the top, 0 otherwise.