Skip to main content

VerifiablePresentation type

Represents a signed Verifiable Presentation (includes proof), using a JSON representation. See VP data model

Signature:
export type VerifiablePresentation = UnsignedPresentation & {
proof: ProofType
}
References: [UnsignedPresentation](/docs/api/core-types.unsignedpresentation), [ProofType](/docs/api/core-types.prooftype)