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

    Interface SelectiveDisclosure

    interface SelectiveDisclosure {
        agentId: string;
        commitments: Record<string, string>;
        disclosedFields: string[];
        id: string;
        merkleProofs: Record<string, MerkleProof>;
        merkleRoot: string;
        redactedFields: string[];
        salts: Record<string, string>;
    }
    Index
    agentId: string
    commitments: Record<string, string>
    disclosedFields: string[]
    id: string
    merkleProofs: Record<string, MerkleProof>
    merkleRoot: string
    redactedFields: string[]
    salts: Record<string, string>