[#miniscript-Node-Subs] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::Subs :relfileprefix: ../../ :mrdocs: Accesses the subexpressions of this node. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<Node> const& Subs() const; ---- == Return Value The subexpressions of this node. [.small]#Created with https://www.mrdocs.com[MrDocs]#