Presentation class
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents some common properties of a Verifiable Presentation that are stored in a TypeORM database for querying.
Signature:
export declare class Presentation extends BaseEntity
Extends: BaseEntity
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| context | string[] | (BETA) | |
| credentials | Relation<Credential[]> | (BETA) | |
| expirationDate? | Date | (BETA) (Optional) | |
| hash | string | (BETA) | |
| holder | Relation<Identifier> | (BETA) | |
| id? | String | (BETA) (Optional) | |
| issuanceDate | Date | (BETA) | |
| messages | Relation<Message[]> | (BETA) | |
| raw | VerifiablePresentation | (BETA) | |
| type | string[] | (BETA) | |
| verifier? | Relation<Identifier[]> | (BETA) (Optional) |