[#miniscript-Node-GetExecStackSize] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::GetExecStackSize :relfileprefix: ../../ :mrdocs: Return the maximum size of the stack during execution of this script. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<uint32_t> GetExecStackSize() const; ---- == Return Value The peak execution stack size, or std::nullopt if no satisfaction exists. [.small]#Created with https://www.mrdocs.com[MrDocs]#