Update docs

This commit is contained in:
Jon Staab
2026-06-10 14:12:47 -07:00
parent a33af11b1b
commit dbd043f105
35 changed files with 164 additions and 179 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export declare const hrpToMillisat: (hrpString: string) => bigint;
export declare const getInvoiceAmount: (bolt11: string) => number;
// Convert lightning address or URL to LNURL
export declare const getLnUrl: (address: string) => string | null;
export declare const getLnUrl: (address: string) => string | undefined;
```
### Zap Validation