Documentation
    Preparing search index...

    Interface CachedCoordinate

    Cached mapping from a NIP-5D coordinate to a verified aggregate.

    interface CachedCoordinate {
        aggregateHash: string;
        backgroundTtlMs: number;
        dTag: string;
        foregroundTtlMs: number;
        key: string;
        kind: number;
        lastResolvedAt: number;
        pubkey: string;
    }
    Index

    Properties

    aggregateHash: string

    Verified aggregate hash for the coordinate.

    backgroundTtlMs: number

    Background refresh TTL in milliseconds.

    dTag: string

    Manifest d tag.

    foregroundTtlMs: number

    Foreground refresh TTL in milliseconds.

    key: string

    Internal coordinate key in the form kind:pubkey:dTag.

    kind: number

    Napplet manifest event kind.

    lastResolvedAt: number

    Timestamp when this coordinate last resolved successfully.

    pubkey: string

    Manifest author public key.