resolve_vc
Resolve a specific Verifiable Credential by its ID, or retrieve a list of all issued credentials.
Instructions
Resolve a Verifiable Credential by its id, or list all issued credentials.
Parameters:
vc_id: the VC id to resolve. If omitted/empty, returns a list of every
issued credential.
Returns the matching VC (dict) when a vc_id is given, or a list of all VCs
when none is given. Raises ValueError if the vc_id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vc_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |