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

Name

Description

n

Integer to push.

Created with MrDocs