The VC API is used to issue, present and verify VCs

Constructors

Properties

Methods

Constructors

  • Parameters

    • options: {
          agent: Web5Agent;
          connectedDid: string;
      }
      • agent: Web5Agent
      • connectedDid: string

    Returns VcApi

Properties

agent: Web5Agent

Holds the instance of a Web5Agent that represents the current execution context for the VcApi. This agent is used to process VC requests.

connectedDid: string

The DID of the tenant under which DID operations are being performed.

Methods

  • Issues a VC (Not implemented yet)

    Returns Promise<void>

Generated using TypeDoc