amount input
This commit is contained in:
parent
3255730ae2
commit
f5eb1f3253
5 changed files with 10 additions and 8 deletions
|
|
@ -382,7 +382,7 @@ type InvoiceSwapQuoteList struct {
|
|||
Quotes []InvoiceSwapQuote `json:"quotes"`
|
||||
}
|
||||
type InvoiceSwapRequest struct {
|
||||
Invoice string `json:"invoice"`
|
||||
Amount_sats int64 `json:"amount_sats"`
|
||||
}
|
||||
type InvoiceSwapsList struct {
|
||||
Quotes []InvoiceSwapQuote `json:"quotes"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue