Type Alias NDKLnUrlData

NDKLnUrlData: {
    allowsNostr?: boolean;
    callback: string;
    commentAllowed?: number;
    maxSendable: number;
    metadata: string;
    minSendable: number;
    nostrPubkey?: Hexpubkey;
    payerData?: NDKLUD18ServicePayerData;
    tag: string;
}

Type declaration

  • OptionalallowsNostr?: boolean
  • callback: string
  • OptionalcommentAllowed?: number
  • maxSendable: number
  • metadata: string
  • minSendable: number
  • OptionalnostrPubkey?: Hexpubkey

    Pubkey of the zapper that should publish zap receipts for this user

  • OptionalpayerData?: NDKLUD18ServicePayerData
  • tag: string