VerifiablePresentation type
Represents a signed Verifiable Presentation (includes proof), using a JSON representation. See VP data model
Signature:export type VerifiablePresentation = UnsignedPresentation & {
proof: ProofType
}
Represents a signed Verifiable Presentation (includes proof), using a JSON representation. See VP data model
Signature:export type VerifiablePresentation = UnsignedPresentation & {
proof: ProofType
}