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

    Interface IVersionFile

    Represents a version file containing metadata about an update. This interface defines the structure of the version.json file that contains version information and cryptographic verification data.

    interface IVersionFile {
        hash: string;
        signature: string;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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