Skip to content

ZcashBlock

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / ZcashBlock

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

Full block data

hash: string

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

Block hash

ZcashBlockHeader.hash


confirmations: number

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

Number of confirmations

ZcashBlockHeader.confirmations


height: number

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

Block height

ZcashBlockHeader.height


version: number

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

Block version

ZcashBlockHeader.version


merkleroot: string

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

Merkle root

ZcashBlockHeader.merkleroot


time: number

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

Block time (Unix timestamp)

ZcashBlockHeader.time


nonce: string

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

Nonce

ZcashBlockHeader.nonce


solution: string

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

Solution

ZcashBlockHeader.solution


bits: string

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

Bits

ZcashBlockHeader.bits


difficulty: number

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

Difficulty

ZcashBlockHeader.difficulty


chainwork: string

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

Chain work

ZcashBlockHeader.chainwork


optional previousblockhash: string

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

Previous block hash

ZcashBlockHeader.previousblockhash


optional nextblockhash: string

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

Next block hash

ZcashBlockHeader.nextblockhash


tx: string[]

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

Transaction IDs in the block


size: number

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

Block size in bytes