nooschain / sync/sync-types / ChainHeadDto
Interface: ChainHeadDto
Defined in: sync/sync-types.ts:75
Latest committed chain head.
Properties
hash
hash:
string|null
Defined in: sync/sync-types.ts:79
Latest block/checkpoint hash, or null when empty.
height
height:
string|null
Defined in: sync/sync-types.ts:77
Latest height, or null when no block/checkpoint exists.
stateRoot
stateRoot:
string|null
Defined in: sync/sync-types.ts:81
Latest state root, or null when empty.