This commit is contained in:
hatim 2023-05-18 19:50:39 +02:00
parent e3c32a5650
commit dc920d5e0c
8 changed files with 2273 additions and 2187 deletions

View file

@ -25,7 +25,7 @@ message LndGetInfoResponse {
string alias = 1;
}
message AddAppRequest {
message AuthAppRequest {
string name = 1;
}
@ -34,7 +34,7 @@ message Application {
string id = 2;
int64 balance = 3;
}
message AddAppResponse {
message AuthApp {
Application app = 1;
string auth_token = 2;
}