Skip to content

nooschain v0.1.0


nooschain / sync/sync-types / ChainVerificationResult

Interface: ChainVerificationResult

Defined in: sync/sync-types.ts:97

Aggregate result for chain structural verification.

Properties

checkedBlocks

checkedBlocks: number

Defined in: sync/sync-types.ts:105

Number of block headers checked.


fromHeight

fromHeight: string

Defined in: sync/sync-types.ts:101

First height checked.


issues

issues: ChainVerificationIssue[]

Defined in: sync/sync-types.ts:107

Issues collected while checking continuity, hashes, Merkle roots, and transaction envelopes.


ok

ok: boolean

Defined in: sync/sync-types.ts:99

True when no error-severity issues were found.


toHeight

toHeight: string

Defined in: sync/sync-types.ts:103

Last height requested/checked.

Audience-first NOOSChain documentation.