Skip to content

ZcashBlockHeader

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / ZcashBlockHeader

Defined in: @sip-protocol/types/dist/index.d.ts:1243

Block header information

hash: string

Defined in: @sip-protocol/types/dist/index.d.ts:1245

Block hash


confirmations: number

Defined in: @sip-protocol/types/dist/index.d.ts:1247

Number of confirmations


height: number

Defined in: @sip-protocol/types/dist/index.d.ts:1249

Block height


version: number

Defined in: @sip-protocol/types/dist/index.d.ts:1251

Block version


merkleroot: string

Defined in: @sip-protocol/types/dist/index.d.ts:1253

Merkle root


time: number

Defined in: @sip-protocol/types/dist/index.d.ts:1255

Block time (Unix timestamp)


nonce: string

Defined in: @sip-protocol/types/dist/index.d.ts:1257

Nonce


solution: string

Defined in: @sip-protocol/types/dist/index.d.ts:1259

Solution


bits: string

Defined in: @sip-protocol/types/dist/index.d.ts:1261

Bits


difficulty: number

Defined in: @sip-protocol/types/dist/index.d.ts:1263

Difficulty


chainwork: string

Defined in: @sip-protocol/types/dist/index.d.ts:1265

Chain work


optional previousblockhash: string

Defined in: @sip-protocol/types/dist/index.d.ts:1267

Previous block hash


optional nextblockhash: string

Defined in: @sip-protocol/types/dist/index.d.ts:1269

Next block hash