ZcashBlock
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / ZcashBlock
Interface: ZcashBlock
Section titled “Interface: ZcashBlock”Defined in: @sip-protocol/types/dist/index.d.ts:1274
Full block data
Extends
Section titled “Extends”Properties
Section titled “Properties”hash:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1245
Block hash
Inherited from
Section titled “Inherited from”confirmations
Section titled “confirmations”confirmations:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1247
Number of confirmations
Inherited from
Section titled “Inherited from”ZcashBlockHeader.confirmations
height
Section titled “height”height:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1249
Block height
Inherited from
Section titled “Inherited from”version
Section titled “version”version:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1251
Block version
Inherited from
Section titled “Inherited from”merkleroot
Section titled “merkleroot”merkleroot:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1253
Merkle root
Inherited from
Section titled “Inherited from”time:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1255
Block time (Unix timestamp)
Inherited from
Section titled “Inherited from”nonce:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1257
Nonce
Inherited from
Section titled “Inherited from”solution
Section titled “solution”solution:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1259
Solution
Inherited from
Section titled “Inherited from”bits:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1261
Bits
Inherited from
Section titled “Inherited from”difficulty
Section titled “difficulty”difficulty:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1263
Difficulty
Inherited from
Section titled “Inherited from”chainwork
Section titled “chainwork”chainwork:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1265
Chain work
Inherited from
Section titled “Inherited from”previousblockhash?
Section titled “previousblockhash?”
optionalpreviousblockhash:string
Defined in: @sip-protocol/types/dist/index.d.ts:1267
Previous block hash
Inherited from
Section titled “Inherited from”ZcashBlockHeader.previousblockhash
nextblockhash?
Section titled “nextblockhash?”
optionalnextblockhash:string
Defined in: @sip-protocol/types/dist/index.d.ts:1269
Next block hash
Inherited from
Section titled “Inherited from”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