feat: add VC verification

This commit is contained in:
pmigueld
2022-02-18 18:06:05 +08:00
parent ff348f4b47
commit 3743b12b5c
23 changed files with 4955 additions and 823 deletions

View File

@@ -6,6 +6,8 @@ export interface VC {
verifiableCredential: VerifiableCredential;
generatedOn: Date;
requestId: string;
isVerified: boolean;
lastVerifiedOn: number;
reason?: string;
}