/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/notify_users.json
63 строки
1 KB
Alex Gessner
a bunch of wot plumbing (#23391)
02 апр 2020, 01:01
Не верифицирован
02 апр 2020, 01:01
93c5583
Код
Авторство
О чём код?
{ "protocol": "NotifyUsers", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [], "messages": { "userChanged": { "request": [ { "name": "uid", "type": "UID" } ], "response": null, "notify": "" }, "webOfTrustChanged": { "request": [ { "name": "username", "type": "string" } ], "response": null, "notify": "" }, "passwordChanged": { "request": [ { "name": "state", "type": "PassphraseState" } ], "response": null, "oneway": true }, "identifyUpdate": { "request": [ { "name": "okUsernames", "type": { "type": "array", "items": "string" } }, { "name": "brokenUsernames", "type": { "type": "array", "items": "string" } } ], "response": null, "oneway": true } }, "namespace": "keybase.1" }