[#miniscript-Node-IsValid] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::IsValid :relfileprefix: ../../ :mrdocs: Check whether this node is valid at all. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsValid() const; ---- == Return Value True if this node has a valid type and size. [.small]#Created with https://www.mrdocs.com[MrDocs]#