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

    Interface EvidenceCommitment

    interface EvidenceCommitment {
        agentId: string;
        commitment: PedersenCommitment;
        commitmentId: string;
        revealed: boolean;
        timestamp: number;
    }
    Index
    agentId: string
    commitment: PedersenCommitment
    commitmentId: string
    revealed: boolean
    timestamp: number