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
Name |
Description |
b |
Integer to push. |
Created with MrDocs