nooschain / snapshots/snapshot-stream / verifySnapshotFileStreaming
Function: verifySnapshotFileStreaming()
verifySnapshotFileStreaming(
filePath,options?):Promise<SnapshotVerificationResult>
Defined in: snapshots/snapshot-stream.ts:827
Verifies a snapshot file incrementally: schema/header checks, canonical hash, reference checks, ciphertext redaction rules, and recomputed state root.
Parameters
filePath
string
options?
onProgress?
(message) => void
Returns
Promise<SnapshotVerificationResult>