ZcashBlockHeader
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / ZcashBlockHeader
Interface: ZcashBlockHeader
Section titled “Interface: ZcashBlockHeader”Defined in: @sip-protocol/types/dist/index.d.ts:1243
Block header information
Extended by
Section titled “Extended by”Properties
Section titled “Properties”hash:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1245
Block hash
confirmations
Section titled “confirmations”confirmations:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1247
Number of confirmations
height
Section titled “height”height:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1249
Block height
version
Section titled “version”version:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1251
Block version
merkleroot
Section titled “merkleroot”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
Section titled “solution”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
Section titled “difficulty”difficulty:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1263
Difficulty
chainwork
Section titled “chainwork”chainwork:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1265
Chain work
previousblockhash?
Section titled “previousblockhash?”
optionalpreviousblockhash:string
Defined in: @sip-protocol/types/dist/index.d.ts:1267
Previous block hash
nextblockhash?
Section titled “nextblockhash?”
optionalnextblockhash:string
Defined in: @sip-protocol/types/dist/index.d.ts:1269
Next block hash