add page to view all claims about a DID (which we'll have to restrict to visible people soon)

This commit is contained in:
2024-04-26 20:13:44 -06:00
parent 9acba28b85
commit e2df848e96
5 changed files with 355 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ export interface GenericVerifiableCredential {
}
export interface GenericCredWrapper extends GenericVerifiableCredential {
handleId?: string;
handleId: string;
id: string;
issuedAt: string;
issuer: string;
@@ -64,6 +64,7 @@ export const BLANK_GENERIC_SERVER_RECORD: GenericCredWrapper = {
"@context": SCHEMA_ORG_CONTEXT,
"@type": "",
claim: {},
handleId: "",
id: "",
issuedAt: "",
issuer: "",