@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface TrustEdge

    Trust graph edge.

    interface TrustEdge {
        created_at: string;
        from_did: string;
        score: number;
        to_did: string;
        trust_type: string;
    }
    Index

    Properties

    created_at: string
    from_did: string
    score: number
    to_did: string
    trust_type: string