Skip to content

Commit

Permalink
fix: change interface
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed May 6, 2024
1 parent 76f4f48 commit 28d2358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/domain/buildingBlocks/Pollux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ type CredentialRequestTuple<
* handle Credential related tasks
*/
export interface Pollux {

isCredentialRevoked: (credential: Credential) => Promise<boolean>;

parseCredential: (
credentialBuffer: Uint8Array,
options?: { type: CredentialType;[name: string]: any; }
Expand Down

0 comments on commit 28d2358

Please sign in to comment.