Documentation
    Preparing search index...

    Interface ResolvedNapplet

    A fully verified napplet, ready to inject via iframe.srcdoc.

    interface ResolvedNapplet {
        aggregateHash: string;
        dTag: string;
        files: Map<string, Uint8Array<ArrayBufferLike>>;
        indexHtml: string;
        manifest: NappletManifest;
    }
    Index

    Properties

    aggregateHash: string

    Computed (and verified) aggregate hash — the content address.

    dTag: string

    Computed d identifier ('' for root/snapshot).

    files: Map<string, Uint8Array<ArrayBufferLike>>

    Verified file bytes keyed by manifest path.

    indexHtml: string

    The verified /index.html decoded to text.

    manifest: NappletManifest

    The parsed manifest.