add ability to confirm give directly from a project

This commit is contained in:
2024-01-15 19:40:38 -07:00
parent 9b586566f0
commit 9dea4066c9
7 changed files with 135 additions and 48 deletions

View File

@@ -68,6 +68,7 @@ export interface GiveServerRecord {
fullClaim: GiveVerifiableCredential;
handleId: string;
issuedAt: string;
jwtId: string;
recipientDid: string;
unit: string;
}