diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-03-30 22:58:00 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-04-29 23:39:12 +0200 |
commit | 0bee44226cc60f2d18188dfb23f485e166073363 (patch) | |
tree | 0f0feecf00898a938c8eed574cbc9ae7ec4976eb /include | |
parent | cad8af9d9a5a714ebefa7801f295234e22e2d5f1 (diff) |
Identity update
Diffstat (limited to 'include')
-rw-r--r-- | include/erebos/identity.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/erebos/identity.h b/include/erebos/identity.h index 888f162..336a18a 100644 --- a/include/erebos/identity.h +++ b/include/erebos/identity.h @@ -38,6 +38,8 @@ public: bool operator!=(const Identity & other) const; std::optional<Ref> ref() const; + std::vector<Ref> refs() const; + std::vector<Ref> updates() const; class Builder { @@ -56,6 +58,7 @@ public: static Builder create(const Storage &); Builder modify() const; + Identity update(const vector<Stored<Signed<IdentityData>>> &) const; private: struct Priv; |