/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/cryptocurrency.json
56 строк
965 B
Joshua Blum
Sigchain v2 for service & cryptocurrency proofs (#10644)
27 фев 2018, 22:30
Не верифицирован
27 фев 2018, 22:30
4f3185e
Код
Авторство
О чём код?
{ "protocol": "cryptocurrency", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "RegisterAddressRes", "fields": [ { "type": "string", "name": "type" }, { "type": "string", "name": "family" } ] } ], "messages": { "registerAddress": { "request": [ { "name": "sessionID", "type": "int" }, { "name": "address", "type": "string" }, { "name": "force", "type": "boolean" }, { "name": "wantedFamily", "type": "string" }, { "name": "sigVersion", "type": [ null, "SigVersion" ] } ], "response": "RegisterAddressRes" } }, "namespace": "keybase.1" }