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

    Interface TrustGraphResponse

    Response from GET /api/trust/framework/graph?did=.

    interface TrustGraphResponse {
        did: string;
        fetchedAt: string;
        incoming: TrustEdge[];
        outgoing: TrustEdge[];
        totalEdges: number;
    }
    Index

    Properties

    did: string
    fetchedAt: string
    incoming: TrustEdge[]
    outgoing: TrustEdge[]
    totalEdges: number