summaryrefslogtreecommitdiff
path: root/include/erebos/identity.h
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2020-02-16 20:18:32 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2020-02-16 20:18:32 +0100
commit0e9e9c4d233a331e10dfb2db889fe437d0911ba2 (patch)
tree450b78801436d007efd5eaaf2b52f3e7dfe95a96 /include/erebos/identity.h
parent69e4c826a34eb84c36bb07338a9a292a520f5970 (diff)
Peer list in public API
Diffstat (limited to 'include/erebos/identity.h')
-rw-r--r--include/erebos/identity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/erebos/identity.h b/include/erebos/identity.h
index 9ed170a..dce6093 100644
--- a/include/erebos/identity.h
+++ b/include/erebos/identity.h
@@ -12,6 +12,7 @@ public:
std::optional<std::string> name() const;
std::optional<Identity> owner() const;
+ const Identity & finalOwner() const;
Stored<class PublicKey> keyMessage() const;