CScript::operator<<

Appends an integer using the most compact push encoding.

Synopsis

Declared in <script/script.h>

CScript&
operator<<(int64_t b);

Return Value

A reference to this script.

Parameters

NameDescription
bInteger to push.