Verify the entire audit trail chain.
Walks from the first event to the last, verifying:
Events without chainHash/prevHash fields are skipped (legacy support). The chain continues from the last known hash after skipped events.
In strict mode (options.strict = true), skipped events make the chain invalid. Regulated verification paths must use strict mode.
options.strict = true
The audit trail events in chronological order.
Optional
Verification options (strict mode, etc.).
ChainVerification with full results.
Verify the entire audit trail chain.
Walks from the first event to the last, verifying:
Events without chainHash/prevHash fields are skipped (legacy support). The chain continues from the last known hash after skipped events.
In strict mode (
options.strict = true), skipped events make the chain invalid. Regulated verification paths must use strict mode.