bp::opcodes

Constant OP_ROT

Source
pub const OP_ROT: u8 = 0x7b; // 123u8
Expand description

Rotate the top three stack items, as [top next1 next2] -> [next2 top next1].