@scolastico-dev/walu
    Preparing search index...

    Interface ICacheData

    Extends IVersionFile with the actual update file data. This interface represents the complete storage data that includes both metadata and the binary update content.

    interface ICacheData {
        file: Blob;
        hash: string;
        signature: string;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: Blob

    The binary update file as a Blob

    hash: string

    Base64-encoded SHA-256 hash of the update file

    signature: string

    Base64-encoded RSA signature for verification

    version: string

    The version string identifier