/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/stellar1/gregor.json
55 строк
966 B
Patrick Crosby
Add AccountID to PaymentStatusNotification (#13891)
24 сен 2018, 20:49
Не верифицирован
24 сен 2018, 20:49
d0d22d3
Код
Авторство
О чём код?
{ "protocol": "gregor", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "PaymentStatusMsg", "fields": [ { "type": "AccountID", "name": "accountID" }, { "type": "KeybaseTransactionID", "name": "kbTxID" }, { "type": "TransactionID", "name": "txID" } ] }, { "type": "record", "name": "RequestStatusMsg", "fields": [ { "type": "KeybaseRequestID", "name": "reqID" } ] }, { "type": "record", "name": "PaymentNotificationMsg", "fields": [ { "type": "AccountID", "name": "accountID" }, { "type": "PaymentID", "name": "paymentID" } ] } ], "messages": {}, "namespace": "stellar.1" }