clink exp and desc
This commit is contained in:
parent
e62e6473db
commit
8b0e56f215
8 changed files with 23 additions and 10 deletions
|
|
@ -466,6 +466,7 @@ type NewAddressResponse struct {
|
|||
}
|
||||
type NewInvoiceRequest struct {
|
||||
Amountsats int64 `json:"amountSats"`
|
||||
Expiry int64 `json:"expiry"`
|
||||
Memo string `json:"memo"`
|
||||
Zap string `json:"zap"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue