node: provide convenience function for signing hashes with ID

This commit is contained in:
itsmattkc
2021-07-29 13:22:40 -07:00
parent bbd6678ec3
commit df4138e5be
4 changed files with 11 additions and 6 deletions
+2
View File
@@ -852,6 +852,8 @@ protected:
};
void HashAddNodeSignature(QCryptographicHash &hash, const QString &output) const;
void InsertInput(const QString& id, NodeValue::Type type, const QVariant& default_value, InputFlags flags, int index);
void PrependInput(const QString& id, NodeValue::Type type, const QVariant& default_value, InputFlags flags = InputFlags(kInputFlagNormal))