zaps in nip69

This commit is contained in:
boufni95 2024-10-07 17:09:47 +00:00
parent 45f4f01bce
commit c909ad3172
8 changed files with 25 additions and 12 deletions

View file

@ -342,6 +342,7 @@ type NewAddressResponse struct {
type NewInvoiceRequest struct {
Amountsats int64 `json:"amountSats"`
Memo string `json:"memo"`
Zap string `json:"zap"`
}
type NewInvoiceResponse struct {
Invoice string `json:"invoice"`