Check whether there is no duplicate key across this fragment and all its sub-fragments.
| 1691 | |
| 1692 | //! Check whether there is no duplicate key across this fragment and all its sub-fragments. |
| 1693 | bool CheckDuplicateKey() const { return has_duplicate_keys && !*has_duplicate_keys; } |
| 1694 | |
| 1695 | //! Whether successful non-malleable satisfactions are guaranteed to be valid. |
| 1696 | bool ValidSatisfactions() const { return IsValid() && CheckOpsLimit() && CheckStackSize(); } |
no outgoing calls