• Computes a hash of the audit record.

    This hash is used to create a tamper-evident anchor that can be stored on-chain to prove the request was made at a specific time and with specific parameters.

    Returns

    SHA-256 hash of the serialized audit record

    Parameters

    • record: VerificationAuditRecordV1

      The audit record to compute the hash of

    • Optional info: Record<string, any>

    Returns Uint8Array

Generated using TypeDoc