From c2df0381313ffe5e155b7dc3d6d4c7271a4b73a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 8 Jan 2023 22:31:08 +0100 Subject: Contact name setting and property lookup --- include/erebos/contact.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/erebos') diff --git a/include/erebos/contact.h b/include/erebos/contact.h index ef9c3b6..24a4c89 100644 --- a/include/erebos/contact.h +++ b/include/erebos/contact.h @@ -32,12 +32,14 @@ public: optional identity() const; optional customName() const; + Contact customName(const Storage & st, const string & name) const; string name() const; bool operator==(const Contact &) const; bool operator!=(const Contact &) const; vector> data() const; + Digest leastRoot() const; private: struct Priv; -- cgit v1.2.3