clink exp and desc

This commit is contained in:
boufni95 2025-09-16 18:16:35 +00:00
parent e62e6473db
commit 8b0e56f215
8 changed files with 23 additions and 10 deletions

View file

@ -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"`
}