ZcashBlockchainInfo
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / ZcashBlockchainInfo
Interface: ZcashBlockchainInfo
Section titled “Interface: ZcashBlockchainInfo”Defined in: @sip-protocol/types/dist/index.d.ts:1350
Blockchain information
Properties
Section titled “Properties”chain:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1352
Current network (main, test, regtest)
blocks
Section titled “blocks”blocks:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1354
Current block count
headers
Section titled “headers”headers:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1356
Current header count
bestblockhash
Section titled “bestblockhash”bestblockhash:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1358
Best block hash
difficulty
Section titled “difficulty”difficulty:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1360
Current difficulty
verificationprogress
Section titled “verificationprogress”verificationprogress:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1362
Verification progress
chainwork
Section titled “chainwork”chainwork:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1364
Chain work
initialblockdownload
Section titled “initialblockdownload”initialblockdownload:
boolean
Defined in: @sip-protocol/types/dist/index.d.ts:1366
Whether initial block download is complete
size_on_disk
Section titled “size_on_disk”size_on_disk:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1368
Size on disk in bytes
pruned
Section titled “pruned”pruned:
boolean
Defined in: @sip-protocol/types/dist/index.d.ts:1370
Whether pruned
consensus
Section titled “consensus”consensus:
object
Defined in: @sip-protocol/types/dist/index.d.ts:1372
Consensus parameters
chaintip
Section titled “chaintip”chaintip:
string
nextblock
Section titled “nextblock”nextblock:
string