Constructs a script that pushes a single integer.
Synopsis
Declared in <script/script.h>
explicit
CScript(int64_t b);
Parameters
Name |
Description |
b |
Integer to push. |
Created with MrDocs
Constructs a script that pushes a single integer.
Declared in <script/script.h>
explicit
CScript(int64_t b);
Name |
Description |
b |
Integer to push. |
Created with MrDocs