refund swap info

This commit is contained in:
boufni95 2026-03-09 18:53:15 +00:00 committed by Patrick Mulligan
parent b08e7c134a
commit 680cca6852
11 changed files with 74 additions and 9 deletions

View file

@ -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 {