Skip to main content

Interface: BlockDetails

Additional details about a block.

Properties

medianTimestamp

medianTimestamp: string

Median-time-past (MTP) of the last 11 blocks.

Defined in

src/ChronikClient.ts:828


merkleRoot

merkleRoot: string

Merkle root of the block.

Defined in

src/ChronikClient.ts:824


nonce

nonce: string

Nonce of the block (32-bit on XEC, 64-bit on XPI).

Defined in

src/ChronikClient.ts:826


version

version: number

nVersion field of the block.

Defined in

src/ChronikClient.ts:822