ParseScript

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

NameDescription
sTextual representation of the script.