refund swap info
This commit is contained in:
parent
b08e7c134a
commit
680cca6852
11 changed files with 74 additions and 9 deletions
|
|
@ -926,6 +926,10 @@ message InvoiceSwapOperation {
|
|||
optional UserOperation operation_payment = 2;
|
||||
optional string failure_reason = 3;
|
||||
optional int64 completed_at_unix = 6;
|
||||
|
||||
optional string refund_address = 7;
|
||||
optional int64 refund_at_unix = 8;
|
||||
optional string refund_tx_id = 9;
|
||||
}
|
||||
|
||||
message InvoiceSwapsList {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue