Skip to content

Commit

Permalink
Update 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 d953f46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion developers/golos_contracts/golos.social_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,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 +186,4 @@ void deletemeta(name account);
Удаление метаданных пользователя из базы данных реализуется в клиентском приложении.

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


0 comments on commit d953f46

Please sign in to comment.