-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e31888
commit ef92aa5
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
## Назначение смарт-контракта golos.memo | ||
|
||
Смарт-контракт `golos.memo` обеспечивает хранение memo-ключей пользователей. Эти ключи могут быть использованы в клиентском приложении для шифрования личной переписки пользователей. На данный момент контракт не дает возможности добавлять или удалять memo-ключи, а только обеспечивает хранение тех memo-ключей, которые импортируются из генезиса, на случай их использования в будущем. | ||
|
||
## Операции-действия, применяемые в смарт-контракте golos.memo | ||
В смарт-контракте `golos.memo` не реализованы никакие операции-действия. |