This commit is contained in:
boufni95 2023-11-19 15:38:18 +01:00
commit 87925fad74
5 changed files with 1405 additions and 1371 deletions

View file

@ -133,6 +133,7 @@ message PayAddressRequest{
message PayAddressResponse{
string txId = 1;
string operation_id = ;
}
message NewInvoiceRequest{
@ -157,6 +158,7 @@ message PayInvoiceRequest{
message PayInvoiceResponse{
string preimage = 1;
int64 amount_paid = 2;
string operation_id = 3;
}
message OpenChannelRequest{