Render a script as a human-readable assembly string.
Declared in <core_io.h>
std::string
ScriptToAsmStr(
CScript const& script,
bool fAttemptSighashDecode = false);
The assembly text for the script.
| Name | Description |
|---|---|
| script | Script to disassemble. |
| fAttemptSighashDecode | When true, decode trailing signature-hash type bytes into readable names. |