Skip to content

Commit

Permalink
Review golos.social #88
Browse files Browse the repository at this point in the history
  • Loading branch information
soft-bagel-93 authored Aug 20, 2019
1 parent 89569e2 commit cb53d23
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions developers/golos_contracts/golos.social_contract.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

# Смарт-контракт golos.social

## Назначение смарт-контракта golos.social

Смарт-контракт `golos.social` предоставляет пользователям следующие возможности:
Expand Down Expand Up @@ -34,6 +35,8 @@ struct accountmeta {
optional<std::string> instagram; // Имя пользователя в соцсети instagram
optional<std::string> telegram; // Имя пользователя в соцсети telegram
optional<std::string> vk; // Имя пользователя в соцсети vk
optional<std::string> whatsapp; // Имя пользователя в соцсети whatsapp
optional<std::string> wechat; // Имя пользователя в соцсети wechat
optional<std::string> website; // Название личного веб-сайта

optional<std::string> first_name; // Имя пользователя
Expand Down Expand Up @@ -184,4 +187,4 @@ void deletemeta(name account);
Удаление метаданных пользователя из базы данных реализуется в клиентском приложении.

Правами на запуск операции-действия `deletemeta` обладает аккаунт, удаляющий свой профиль.


0 comments on commit cb53d23

Please sign in to comment.