Documentation
    Preparing search index...

    Interface Identity

    Napplet identity — composite key for ACL lookups.

    Under NIP-5D v0.1.0, identity is assigned from the NIP-5A manifest at iframe creation time. The pubkey field is no longer used.

    (deprecated) Ephemeral AUTH keypair pubkey. Ignored by toKey().

    Derived tag (deterministic from napp type)

    Aggregate hash of napplet build artifacts

    interface Identity {
        dTag: string;
        hash: string;
        pubkey?: string;
    }
    Index

    Properties

    Properties

    dTag: string
    hash: string
    pubkey?: string

    NIP-5D: AUTH keypair no longer exists. Pass '' or omit entirely. Kept as optional for backward compatibility during data migration.