[#ScriptToAsmStr] = ScriptToAsmStr :mrdocs: Render a script as a human‐readable assembly string. == Synopsis Declared in `<core_io.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ScriptToAsmStr( xref:CScript.adoc[CScript] const& script, bool fAttemptSighashDecode = false); ---- == Return Value The assembly text for the script. == Parameters [cols="1,4"] |=== | Name| Description | *script* | Script to disassemble. | *fAttemptSighashDecode* | When true, decode trailing signature‐hash type bytes into readable names. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#