mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-20 13:27:50 +02:00
staticaddr: show deposits as part of cli swap output
This commit is contained in:
parent
a41334dd3d
commit
b2a4d7af2d
5 changed files with 512 additions and 427 deletions
|
|
@ -1874,6 +1874,13 @@
|
|||
"type": "string",
|
||||
"format": "int64",
|
||||
"description": "The invoiced swap amount. It is the swap amount minus the quoted server\nfees."
|
||||
},
|
||||
"deposits": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/looprpcDeposit"
|
||||
},
|
||||
"description": "The deposits that were used for this swap."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue