[INJIMOB-878]: remove unused lock and revoke feature of VC (#1330)

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
This commit is contained in:
Vijay Kumar S
2024-03-13 10:22:33 +05:30
committed by GitHub
parent 72e8ac35a1
commit 4db7a7d747
35 changed files with 42 additions and 2423 deletions

View File

@@ -11,7 +11,6 @@ export interface VC {
requestId: string;
isVerified: boolean;
lastVerifiedOn: number;
locked: boolean;
shouldVerifyPresence?: boolean;
walletBindingResponse?: WalletBindingResponse;
credentialRegistry?: string;