Add app package

This commit is contained in:
Jon Staab
2024-08-30 09:46:47 -07:00
parent e462ec2ada
commit 6e1ad713c3
34 changed files with 1193 additions and 48 deletions
+6 -6
View File
@@ -71,12 +71,12 @@ export const getLnUrl = (address: string) => {
export type Zapper = {
lnurl: string
pubkey: string,
callback: string
minSendable: number
maxSendable: number
nostrPubkey: string
allowsNostr: boolean
pubkey?: string,
callback?: string
minSendable?: number
maxSendable?: number
nostrPubkey?: string
allowsNostr?: boolean
}
export type Zap = {