Interface NDKUserProfile

NDKUserProfile represents a user's kind 0 profile metadata

interface NDKUserProfile {
    about?: string;
    banner?: string;
    bio?: string;
    created_at?: number;
    displayName?: string;
    image?: string;
    lud06?: string;
    lud16?: string;
    name?: string;
    nip05?: string;
    profileEvent?: string;
    website?: string;
    zapService?: string;
    [key: string]: string | number | undefined;
}

Indexable

  • [key: string]: string | number | undefined

Properties

about?: string
banner?: string
bio?: string
created_at?: number
displayName?: string
image?: string
lud06?: string
lud16?: string
name?: string
nip05?: string
profileEvent?: string
website?: string
zapService?: string