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

    Interface MultiPartyVerification

    interface MultiPartyVerification {
        commitments: string[];
        id: string;
        result?: boolean;
        shares: ShamirShare[];
        threshold: number;
        totalParties: number;
        verified: boolean;
    }
    Index
    commitments: string[]

    Polynomial commitment (public)

    id: string
    result?: boolean
    shares: ShamirShare[]
    threshold: number
    totalParties: number
    verified: boolean