/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/stellar1/notify.json
109 строк
2 KB
Patrick Crosby
Handle account_change notification, forward to frontend (#15460)
13 янв 2019, 02:36
13 янв 2019, 02:36
eb2fb01
Код
Авторство
О чём код?
{ "protocol": "notify", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [], "messages": { "paymentNotification": { "request": [ { "name": "accountID", "type": "AccountID" }, { "name": "paymentID", "type": "PaymentID" } ], "response": null, "notify": "" }, "paymentStatusNotification": { "request": [ { "name": "accountID", "type": "AccountID" }, { "name": "paymentID", "type": "PaymentID" } ], "response": null, "notify": "" }, "requestStatusNotification": { "request": [ { "name": "reqID", "type": "KeybaseRequestID" } ], "response": null, "notify": "" }, "accountDetailsUpdate": { "request": [ { "name": "accountID", "type": "AccountID" }, { "name": "account", "type": "WalletAccountLocal" } ], "response": null, "notify": "" }, "accountsUpdate": { "request": [ { "name": "accounts", "type": { "type": "array", "items": "WalletAccountLocal" } } ], "response": null, "notify": "" }, "pendingPaymentsUpdate": { "request": [ { "name": "accountID", "type": "AccountID" }, { "name": "pending", "type": { "type": "array", "items": "PaymentOrErrorLocal" } } ], "response": null, "notify": "" }, "recentPaymentsUpdate": { "request": [ { "name": "accountID", "type": "AccountID" }, { "name": "firstPage", "type": "PaymentsPageLocal" } ], "response": null, "notify": "" } }, "namespace": "stellar.1" }