Skip to main content

Interface: MsgBlockClient

Block got connected, disconnected, finalized, etc.

Properties

blockHash

blockHash: string

Hash of the block (human-readable big-endian)

Defined in

src/ChronikClientNode.ts:1352


blockHeight

blockHeight: number

Height of the block

Defined in

src/ChronikClientNode.ts:1354


msgType

msgType: BlockMsgType

What happened to the block

Defined in

src/ChronikClientNode.ts:1350


type

type: "Block"

Defined in

src/ChronikClientNode.ts:1348