Interface ICredentialProvider
Methods
getCredential
- getCredential(did, vcId): Promise<any>
Returns Promise<any>
- A promise that resolves to the requested credential.
getCredentialList
- getCredentialList(did): Promise<string[]>
Returns Promise<string[]>
- A promise that resolves to an array of credential IDs.
getCredentialStatus
- getCredentialStatus(did, vcId): Promise<any>
Returns Promise<any>
- A promise that resolves to the status of the requested credential.
getUpdatedCredential
- getUpdatedCredential(did, vcId): Promise<any>
Returns Promise<any>
- A promise that resolves to the updated credential.
Interface for a credential provider.