• Converts a private verification audit record to a public audit record.

    This function creates a privacy-preserving public record that contains only a hash of the private record data, suitable for publishing on-chain while maintaining the privacy of the original verification interaction.

    Returns

    A public verification audit record containing only the hash

    Parameters

    • record: PrivateVerificationAuditRecord

      The private audit record to convert

    • Optional info: string

      Optional additional public information to include

    Returns VerificationAuditRecord.Type

Generated using TypeDoc