Check whether this script always needs a signature.
| 1685 | |
| 1686 | //! Check whether this script always needs a signature. |
| 1687 | bool NeedsSignature() const { return GetType() << "s"_mst; } |
| 1688 | |
| 1689 | //! Check whether there is no satisfaction path that contains both timelocks and heightlocks |
| 1690 | bool CheckTimeLocksMix() const { return GetType() << "k"_mst; } |
no outgoing calls