Skip to content

nooschain v0.1.0


nooschain / verification/chain-verification-manager / ChainVerificationRunResult

Interface: ChainVerificationRunResult

Defined in: verification/chain-verification-manager.ts:57

Result of one verification run plus checkpoint advancement metadata.

Properties

checkpointAdvanced

checkpointAdvanced: boolean

Defined in: verification/chain-verification-manager.ts:65

Whether the persisted local verification checkpoint advanced.


fromHeight

fromHeight: string | null

Defined in: verification/chain-verification-manager.ts:61

First height checked, or null when there was no chain head to check.


mode

mode: ChainVerificationMode

Defined in: verification/chain-verification-manager.ts:59

Verification strategy used for this run.


toHeight

toHeight: string | null

Defined in: verification/chain-verification-manager.ts:63

Last height checked, or null when there was no chain head to check.


verification

verification: ChainVerificationResult

Defined in: verification/chain-verification-manager.ts:67

Detailed range verification result from the chain verifier.

Audience-first NOOSChain documentation.