Skip to content

ZcashBlockchainInfo

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / ZcashBlockchainInfo

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

Blockchain information

chain: string

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

Current network (main, test, regtest)


blocks: number

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

Current block count


headers: number

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

Current header count


bestblockhash: string

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

Best block hash


difficulty: number

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

Current difficulty


verificationprogress: number

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

Verification progress


chainwork: string

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

Chain work


initialblockdownload: boolean

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

Whether initial block download is complete


size_on_disk: number

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

Size on disk in bytes


pruned: boolean

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

Whether pruned


consensus: object

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

Consensus parameters

chaintip: string

nextblock: string