This commit is contained in:
boufni95 2024-07-13 20:07:54 +02:00
parent cd52198d61
commit 6fea71be40
12 changed files with 4395 additions and 4353 deletions

View file

@ -302,6 +302,7 @@ message PayInvoiceResponse{
string operation_id = 3;
int64 service_fee = 4;
int64 network_fee = 5;
int64 latest_balance = 6;
}
message OpenChannelRequest{
@ -416,6 +417,7 @@ message GetProductBuyLinkResponse {
message LiveUserOperation {
UserOperation operation = 1;
int64 latest_balance = 2;
}
message MigrationUpdate {
optional ClosureMigration closure = 1;