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

    Interface AttestationVerification

    interface AttestationVerification {
        attestation: Attestation;
        effectiveWeight: number;
        reason?: string;
        trustDecay: number;
        valid: boolean;
    }
    Index
    attestation: Attestation
    effectiveWeight: number
    reason?: string
    trustDecay: number
    valid: boolean