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

    Interface TrustNetworkEdge

    interface TrustNetworkEdge {
        establishedAt: number;
        from: string;
        lastVerifiedAt: number;
        mutual: boolean;
        to: string;
        trustLevel: MaturityLevel;
        trustScore: number;
    }
    Index
    establishedAt: number
    from: string
    lastVerifiedAt: number
    mutual: boolean
    to: string
    trustLevel: MaturityLevel
    trustScore: number