Skip to content

nooschain v0.1.0


nooschain / node-sync/chain-sync / ChainSyncProgressEvent

Interface: ChainSyncProgressEvent

Defined in: node-sync/chain-sync.ts:37

Progress event emitted by syncFromPeer for logs, tests, and soak reports.

Properties

details?

optional details?: Record<string, unknown>

Defined in: node-sync/chain-sync.ts:45

Phase-specific context that must remain operator-safe.


peerId

peerId: string

Defined in: node-sync/chain-sync.ts:41

Local trusted peer id.


peerNodeId

peerNodeId: string

Defined in: node-sync/chain-sync.ts:43

Remote node id associated with the trusted peer.


phase

phase: string

Defined in: node-sync/chain-sync.ts:39

Sync phase name, such as remote_head_fetched or block_execute_done.

Audience-first NOOSChain documentation.