UnsignedPresentation interface
Represents an unsigned W3C Presentation payload. See VP data model
Signature:
export interface UnsignedPresentation
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| "@context" | ContextType | ||
| expirationDate? | string | (Optional) | |
| holder | string | ||
| id? | string | (Optional) | |
| issuanceDate? | string | (Optional) | |
| type? | string[] | string | (Optional) | |
| verifiableCredential? | W3CVerifiableCredential[] | (Optional) | |
| verifier? | string[] | (Optional) |