Merge pull request #764 from shocknet/debits

zaps in nip69
This commit is contained in:
Justin (shocknet) 2024-10-16 12:17:54 -04:00 committed by GitHub
commit 30d7942fce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 31 additions and 14 deletions

View file

@ -348,6 +348,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"`