draft blinded paths

This commit is contained in:
shocknet-justin 2025-10-04 10:07:23 -04:00
parent 541b19272c
commit 7fc314e002
13 changed files with 905 additions and 867 deletions

View file

@ -470,6 +470,7 @@ type NewAddressResponse struct {
}
type NewInvoiceRequest struct {
Amountsats int64 `json:"amountSats"`
Blind bool `json:"blind"`
Expiry int64 `json:"expiry"`
Memo string `json:"memo"`
Zap string `json:"zap"`
@ -478,6 +479,7 @@ type NewInvoiceResponse struct {
Invoice string `json:"invoice"`
}
type OfferConfig struct {
Blind bool `json:"blind"`
Callback_url string `json:"callback_url"`
Createdatunix int64 `json:"createdAtUnix"`
Default_offer bool `json:"default_offer"`