Check whether this node is valid as a script on its own.
| 1679 | |
| 1680 | //! Check whether this node is valid as a script on its own. |
| 1681 | bool IsValidTopLevel() const { return IsValid() && GetType() << "B"_mst; } |
| 1682 | |
| 1683 | //! Check whether this script can always be satisfied in a non-malleable way. |
| 1684 | bool IsNonMalleable() const { return GetType() << "m"_mst; } |
no outgoing calls