nooschain / replay/replay-types / ReplayBlockResult
Interface: ReplayBlockResult
Defined in: replay/replay-types.ts:9
Comparison result for one replayed block height.
Properties
actualBlockHash
actualBlockHash:
string
Defined in: replay/replay-types.ts:15
Block hash produced by replay, or empty when replay failed before insertion.
actualStateRoot
actualStateRoot:
string|null
Defined in: replay/replay-types.ts:19
State root produced by replay.
expectedBlockHash
expectedBlockHash:
string
Defined in: replay/replay-types.ts:13
Canonical block hash stored in the source chain.
expectedStateRoot
expectedStateRoot:
string|null
Defined in: replay/replay-types.ts:17
Canonical state root stored in the source chain.
height
height:
string
Defined in: replay/replay-types.ts:11
Block height compared.
issues
issues:
string[]
Defined in: replay/replay-types.ts:23
Stable mismatch codes for this height.
ok
ok:
boolean
Defined in: replay/replay-types.ts:21
True when replayed block fields match canonical fields.