bc::opcodes

Constant OP_OVER

Source
pub const OP_OVER: u8 = 0x78;
Expand description

Copies the second-to-top stack item, as xA -> AxA.