W3CCredential interface
W3CCredential https://github.com/decentralized-identifier/did-jwt-vc
Signature:export interface W3CCredential
Properties
Property | Type | Description |
---|---|---|
"@context" | string[] | |
credentialStatus | { id: string; type: string; } | |
credentialSubject | { id?: string; [x: string]: any; } | |
expirationDate | string | |
id | string | |
issuanceDate | string | |
issuer | { id: string; [x: string]: any; } | |
type | string[] |