up
This commit is contained in:
parent
703379c938
commit
87925fad74
5 changed files with 2027 additions and 1993 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue