• Converts a verification audit record to its corresopnding anchor representation encoding.

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

    Returns

    The anchor encoding corresponding to the audit record

    Parameters

    • record: VerificationAuditRecordV1

      The audit record to convert

    • Optional info: Record<string, any>

      Optional additional public information to include

    Returns Uint8Array

Generated using TypeDoc