Constructs a script that holds a single opcode.
Synopsis
Declared in <script/script.h>
explicit
CScript(opcodetype b);
Parameters
Name |
Description |
b |
Opcode to append. |
Created with MrDocs
Constructs a script that holds a single opcode.
Declared in <script/script.h>
explicit
CScript(opcodetype b);
Name |
Description |
b |
Opcode to append. |
Created with MrDocs