Skip to content

nooschain v0.1.0


nooschain / node-sync/sync-types / RemoteChainHead

Interface: RemoteChainHead

Defined in: node-sync/sync-types.ts:10

Chain head returned by a remote peer's /chain/head endpoint.

Properties

hash

hash: string | null

Defined in: node-sync/sync-types.ts:14

Latest committed block hash, or null for an empty chain.


height

height: string | null

Defined in: node-sync/sync-types.ts:12

Latest committed height, or null when the peer has no chain head.


stateRoot

stateRoot: string | null

Defined in: node-sync/sync-types.ts:16

Latest committed state root, or null for an empty chain.

Audience-first NOOSChain documentation.