[#miniscript-Node-CheckStackSize] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::CheckStackSize :relfileprefix: ../../ :mrdocs: Check the maximum stack size for this script against the policy limit. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CheckStackSize() const; ---- == Return Value True if the stack size stays within the applicable limit. [.small]#Created with https://www.mrdocs.com[MrDocs]#