Documentation
    Preparing search index...

    Interface IntentCatalogEntry

    One installed napplet's intent surface, derived from its signed NIP-5A manifest. Keyed by archetype slug so a single napplet can fulfill several roles.

    interface IntentCatalogEntry {
        archetypes: Record<string, IntentArchetypeSupport>;
        dTag: string;
        title?: string;
    }
    Index

    Properties

    archetypes: Record<string, IntentArchetypeSupport>

    Archetype slug → the actions/protocols this napplet fulfills for it.

    dTag: string

    The napplet's dTag.

    title?: string

    Human-readable title from the manifest.