Return the number of ops in the script (not counting the dynamic ones that depend on execution).

Synopsis

Declared in <script/miniscript.h>

uint32_t
GetStaticOps() const;

Return Value

The static op count of the script.

Created with MrDocs