Parse a human‐readable script (opcodes and push data) into a CScript.
Synopsis
Declared in <core_io.h>
CScript
ParseScript(std::string const& s);
Return Value
The assembled script.
Parameters
Name |
Description |
s |
Textual representation of the script. |
Created with MrDocs