Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AttestationResult

    interface AttestationResult {
        algorithm: "sha256";
        attestationId: string;
        hash: string;
        signed: false;
        timestamp: number;
    }
    Index
    algorithm: "sha256"

    Names what the hash covers, so it is not mistaken for an attestation.

    attestationId: string
    hash: string
    signed: false

    Always false: this function does not sign. Retained so existing readers see an explicit negative rather than a missing field.

    timestamp: number