refund swap info
This commit is contained in:
parent
b08e7c134a
commit
680cca6852
11 changed files with 74 additions and 9 deletions
|
|
@ -391,6 +391,9 @@ type InvoiceSwapOperation struct {
|
|||
Failure_reason string `json:"failure_reason"`
|
||||
Operation_payment *UserOperation `json:"operation_payment"`
|
||||
Quote *InvoiceSwapQuote `json:"quote"`
|
||||
Refund_address string `json:"refund_address"`
|
||||
Refund_at_unix int64 `json:"refund_at_unix"`
|
||||
Refund_tx_id string `json:"refund_tx_id"`
|
||||
}
|
||||
type InvoiceSwapQuote struct {
|
||||
Address string `json:"address"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue