interface LNURLService {
    callback: string;
    commentAllowed?: number;
    maxSendable?: number;
    metadata: string;
    minSendable?: number;
    nostrPubkey?: string;
    tag: string;
}

Properties

callback: string
commentAllowed?: number
maxSendable?: number
metadata: string
minSendable?: number
nostrPubkey?: string
tag: string

Generated using TypeDoc