JSON: Pick<PrivateVerificationAuditRecord.Type, "id" | "type" | "version"> & {
    presentation: VerifiablePresentationV1.JSON;
    request: VerifiablePresentationRequestV1.JSON;
}

JSON representation of a private verification audit record. Contains the serialized forms of the request and presentation data.

Generated using TypeDoc