bp::opcodes

Constant OP_2ROT

Source
pub const OP_2ROT: u8 = 0x71; // 113u8
Expand description

Moves the two stack items four spaces back to the front, as xxxxAB -> ABxxxx.