summaryrefslogtreecommitdiff
path: root/include/erebos/identity.h
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2021-01-24 22:46:48 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2021-01-29 22:28:01 +0100
commita16b33031c7bcf2eabf1e0c3571000234b7740df (patch)
treef012ff7814abe7fa22c5a610388faf4310d53772 /include/erebos/identity.h
parent3a3cce8eed7e43faa8c9f606e56bb43ba3bd9451 (diff)
Attach service
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 66a4afb..aeddd08 100644
--- a/include/erebos/identity.h
+++ b/include/erebos/identity.h
@@ -20,6 +20,7 @@ public:
std::optional<Identity> owner() const;
const Identity & finalOwner() const;
+ Stored<class PublicKey> keyIdentity() const;
Stored<class PublicKey> keyMessage() const;
bool sameAs(const Identity &) const;