Return the number of ops in the script (not counting the dynamic ones that depend on execution).
| 1566 | |
| 1567 | //! Return the number of ops in the script (not counting the dynamic ones that depend on execution). |
| 1568 | uint32_t GetStaticOps() const { return ops.count; } |
| 1569 | |
| 1570 | //! Check the ops limit of this script against the consensus limit. |
| 1571 | bool CheckOpsLimit() const { |