Skip to main content

PresentationTableEntry interface

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.

This is used internally by DataStoreJson to represent a Verifiable Presentation in a way that facilitates querying using the IDataStoreORM interface.

This API may change in future versions without a BREAKING CHANGE notice.

Signature:

export interface PresentationTableEntry

Properties

PropertyModifiersTypeDescription
canonicalPresentationW3CVerifiablePresentation(BETA)
contextstring[](BETA)
credentialsVerifiableCredential[](BETA)
expirationDate?Date(BETA) (Optional)
hashstring(BETA)
holderstring(BETA)
id?String(BETA) (Optional)
issuanceDate?Date(BETA) (Optional)
parsedPresentationVerifiablePresentation(BETA)
typestring[](BETA)
verifierstring[](BETA)