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

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

Generated using TypeDoc