ICredentialWallet.findByContextType() method
Finds credentials by JSON-LD schema and type
Signature:
findByContextType(context: string, type: string): Promise<W3CCredential[]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| context | string | the URL of JSON-LD schema where type is defined |
| type | string |
Returns:
Promise<W3CCredential[]>
Promise<W3CCredential[]>