interface ParsedZap {
    amount: number;
    anonZap: boolean;
    content?: string;
    created_at: number;
    errors: string[];
    event?: NostrLink;
    id: string;
    pollOption?: number;
    receiver?: string;
    sender?: string;
    targetEvents: NostrLink[];
    valid: boolean;
    zapService: string;
}

Properties

amount: number
anonZap: boolean
content?: string
created_at: number
errors: string[]
event?: NostrLink
id: string
pollOption?: number
receiver?: string
sender?: string
targetEvents: NostrLink[]

A list of targets this zap is zapping

valid: boolean
zapService: string

Generated using TypeDoc