Documentation
    Preparing search index...

    Interface ManifestCacheEntry

    A cached manifest entry for a verified napplet build. Optionally stores the napplet's declared service requirements from its manifest.

    interface ManifestCacheEntry {
        aggregateHash: string;
        dTag: string;
        pubkey: string;
        requires?: string[];
        verifiedAt: number;
    }
    Index

    Properties

    aggregateHash: string
    dTag: string
    pubkey: string
    requires?: string[]

    Service names declared in the napplet's manifest requires tags.

    verifiedAt: number