/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/airdrop.json
57 строк
934 B
Maxwell Krohn
stellar: aidrop registration protocol (experimental) (#20068)
02 окт 2019, 20:08
Не верифицирован
02 окт 2019, 20:08
ba3de54
Код
Авторство
О чём код?
{ "protocol": "airdrop", "imports": [], "types": [ { "type": "record", "name": "AirdropDetails", "fields": [ { "type": "UID", "name": "uid" }, { "type": "BinaryKID", "name": "kid" }, { "type": "VID", "name": "vid" }, { "type": "string", "name": "vers" }, { "type": "Time", "name": "time" } ] } ], "messages": { "reg1": { "request": [ { "name": "uid", "type": "UID" }, { "name": "kid", "type": "BinaryKID" } ], "response": "BinaryKID" }, "reg2": { "request": [ { "name": "ctext", "type": "bytes" } ], "response": null } }, "namespace": "keybase.1" }