Vana SDK - v4.1.0
    Preparing search index...

    Function getLineage

    • Read a lineage view from either the Personal Server (by scope) or the gateway (by data point id), chosen by the params shape.

      Parameters

      • params: GetLineageParams

      Returns Promise<LineageReadResult>

      const fromPs = await getLineage({ personalServerUrl, scope, grantId, signer });
      const fromGateway = await getLineage({ gatewayUrl, dataPointId, grantId, signer });