[#miniscript-Node-IsSane] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::IsSane :relfileprefix: ../../ :mrdocs: Check whether this node is safe as a script on its own. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsSane() const; ---- == Return Value True if this node is a safe top‐level script. [.small]#Created with https://www.mrdocs.com[MrDocs]#