[#miniscript-Node-GetStaticOps] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::GetStaticOps :relfileprefix: ../../ :mrdocs: Return the number of ops in the script (not counting the dynamic ones that depend on execution). == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint32_t GetStaticOps() const; ---- == Return Value The static op count of the script. [.small]#Created with https://www.mrdocs.com[MrDocs]#