This commit is contained in:
boufni95 2023-11-19 15:38:18 +01:00
parent 703379c938
commit 87925fad74
5 changed files with 2027 additions and 1993 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{