Skip to main content

W3CVerifiablePresentation type

Represents a signed Verifiable Presentation (includes proof) in either JSON or compact JWT format. See VC data model

Signature:
export type W3CVerifiablePresentation = VerifiablePresentation | CompactJWT
References: [VerifiablePresentation](/docs/api/core-types.verifiablepresentation), [CompactJWT](/docs/api/core-types.compactjwt)