/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/stellar1/ui.json
56 строк
965 B
Chris Ball
Stellar: Hook up builtPayment reviewing (#15143)
04 янв 2019, 22:29
04 янв 2019, 22:29
ed3217b
Код
Авторство
О чём код?
{ "protocol": "ui", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "UIPaymentReviewed", "fields": [ { "type": "BuildPaymentID", "name": "bid" }, { "type": "int", "name": "reviewID" }, { "type": "int", "name": "seqno" }, { "type": { "type": "array", "items": "SendBannerLocal" }, "name": "banners" }, { "type": "string", "name": "nextButton" } ] } ], "messages": { "paymentReviewed": { "request": [ { "name": "sessionID", "type": "int" }, { "name": "msg", "type": "UIPaymentReviewed" } ], "response": null } }, "namespace": "stellar.1" }