Documentation
    Preparing search index...

    Interface InstalledNappletRecord

    Serializable verified pointer and manifest facts for one installed napplet.

    interface InstalledNappletRecord {
        aggregateHash: string;
        archetypes: readonly { convention: string; slug: string }[];
        dTag: string;
        pointer: PajaDecodedPointer;
        requires: readonly string[];
        title?: string;
    }
    Index

    Properties

    aggregateHash: string

    Verified NIP-5A aggregate hash for the installed artifact.

    archetypes: readonly { convention: string; slug: string }[]

    Exact manifest convention contracts used for intent eligibility.

    dTag: string

    Verified manifest d-tag used as the handler identity.

    Pointer identity that can later be re-resolved and verified.

    requires: readonly string[]

    Verified NAP domains required by the artifact.

    title?: string

    Optional manifest title for handler selection UI.