bp::opcodes

Constant OP_3DUP

Source
pub const OP_3DUP: u8 = 0x6f; // 111u8
Expand description

Duplicates the two three stack items as ABC -> ABCABC.