Static verifyOrdered array of SignedEvent objects (sorted by sequence ASC).
Optional publicKeyBase64: stringOptional public key for signature verification. If omitted, uses each event's signerPublicKey field.
Hash algorithm used (default: 'sha256').
VerificationResult with validity status and any errors found.
Static isQuick integrity check - returns true/false without detailed errors.
Optional publicKeyBase64: stringStatic verifyVerify a sub-chain (range of events) within a larger chain. The first event's prevHash is trusted as a starting point.
Optional publicKeyBase64: string
Verify an ordered array of signed events for chain integrity.
Checks performed: