Medatadata event content

interface CachedMetadata {
    about?: string;
    banner?: string;
    created: number;
    display_name?: string;
    isNostrAddressValid: boolean;
    loaded: number;
    lud06?: string;
    lud16?: string;
    name?: string;
    nip05?: string;
    npub: string;
    picture?: string;
    pubkey: string;
    website?: string;
    zapService?: string;
}

Hierarchy (view full)

Properties

about?: string
banner?: string
created: number

When the source metadata event was created

display_name?: string
isNostrAddressValid: boolean

If the nip05 is valid for this user

loaded: number

When the object was saved in cache

lud06?: string
lud16?: string
name?: string
nip05?: string
npub: string

The bech32 encoded pubkey

picture?: string
pubkey: string

The pubkey of the owner of this metadata

website?: string
zapService?: string

Pubkey of zapper service

Generated using TypeDoc