Skip to content

nooschain v0.1.0


nooschain / snapshots/snapshot-types / SnapshotVerificationResult

Interface: SnapshotVerificationResult

Defined in: snapshots/snapshot-types.ts:84

Result of snapshot document or streaming file verification.

Properties

computedStateRoot

computedStateRoot: string | null

Defined in: snapshots/snapshot-types.ts:90

Recomputed state root, when state recomputation completed.


issues

issues: SnapshotVerificationIssue[]

Defined in: snapshots/snapshot-types.ts:92

Verification issues collected during schema/hash/reference/root checks.


ok

ok: boolean

Defined in: snapshots/snapshot-types.ts:86

True when no error-severity issues were found.


snapshotHash

snapshotHash: string | null

Defined in: snapshots/snapshot-types.ts:88

Canonical snapshot hash if schema parsing reached hash computation.

Audience-first NOOSChain documentation.