Constant elements::opcodes::all::OP_ADD64

source ·
pub const OP_ADD64: All;
Expand description

Pop the first number(8 byte LE) as b followed another pop for a(8 byte LE). Push a + b onto the stack. Push 1 CScriptNum if there is no overflow. Refer to the spec for details when dealing with overflow.