VC binding initial commit

This commit is contained in:
Monobikash Das
2022-12-09 17:37:22 +05:30
parent 7ed128595a
commit b27f3aef4a
22 changed files with 638 additions and 180 deletions

View File

@@ -12,6 +12,7 @@ export interface VC {
locked: boolean;
reason?: VCSharingReason[];
shouldVerifyPresence?: boolean;
walletBindingId?: string;
}
export interface VCSharingReason {