Constant bitcoin::blockdata::opcodes::all::OP_ROT [−][src]
pub const OP_ROT: All;Expand description
Rotate the top three stack items, as [top next1 next2] -> [next2 top next1]
pub const OP_ROT: All;Rotate the top three stack items, as [top next1 next2] -> [next2 top next1]