[#miniscript-Node-ScriptSize] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::ScriptSize :relfileprefix: ../../ :mrdocs: Return the size of the script for this expression (faster than ToScript().size()). == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t ScriptSize() const; ---- == Return Value The script size in bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#