[#ParseScript] = ParseScript :mrdocs: Parse a human‐readable script (opcodes and push data) into a CScript. == Synopsis Declared in `<core_io.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CScript.adoc[CScript] ParseScript(std::string const& s); ---- == Return Value The assembled script. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Textual representation of the script. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#