Interface NDKZapInvoice

interface NDKZapInvoice {
    amount: number;
    comment?: string;
    id?: string;
    zapped: string;
    zappedEvent?: string;
    zappee: string;
    zapper: string;
}

Properties

amount: number

The amount zapped in millisatoshis

comment?: string

A comment attached to the zap

id?: string
zapped: string

The pubkey of the user receiving the zap

zappedEvent?: string

The event that was zapped

zappee: string

The pubkey of the user sending the zap

zapper: string

The pubkey of the zapper app