CScript::push_int64

Appends an integer using the most compact push encoding.

Synopsis

Declared in <script/script.h>

CScript&
push_int64(int64_t n);

Return Value

A reference to this script.

Parameters

NameDescription
nInteger to push.