nooschain / sync/sync-types / ChainVerificationIssue
Interface: ChainVerificationIssue
Defined in: sync/sync-types.ts:85
One issue found by chain range verification.
Properties
code
code:
string
Defined in: sync/sync-types.ts:91
Stable issue code.
height
height:
string
Defined in: sync/sync-types.ts:87
Block height associated with the issue.
message
message:
string
Defined in: sync/sync-types.ts:93
Human-readable verifier message.
severity
severity:
"error"|"warning"
Defined in: sync/sync-types.ts:89
Error fails verification; warning is informational.