mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
40 lines
1.0 KiB
Markdown
40 lines
1.0 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolBlockCounts
|
|
|
|
# Interface: PoolBlockCounts
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:498](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L498)
|
|
|
|
## Properties
|
|
|
|
### \_1w
|
|
|
|
> **\_1w**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:501](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L501)
|
|
|
|
Blocks mined in last week
|
|
|
|
***
|
|
|
|
### \_24h
|
|
|
|
> **\_24h**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:500](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L500)
|
|
|
|
Blocks mined in last 24 hours
|
|
|
|
***
|
|
|
|
### all
|
|
|
|
> **all**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:499](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L499)
|
|
|
|
Total blocks mined (all time)
|