mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -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:508](https://github.com/bitcoinresearchkit/brk/blob/1e76e137abea038ab55fde16571abe1d31a780c4/modules/brk-client/index.js#L508)
|
|
|
|
## Properties
|
|
|
|
### \_1w
|
|
|
|
> **\_1w**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:511](https://github.com/bitcoinresearchkit/brk/blob/1e76e137abea038ab55fde16571abe1d31a780c4/modules/brk-client/index.js#L511)
|
|
|
|
Blocks mined in last week
|
|
|
|
***
|
|
|
|
### \_24h
|
|
|
|
> **\_24h**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:510](https://github.com/bitcoinresearchkit/brk/blob/1e76e137abea038ab55fde16571abe1d31a780c4/modules/brk-client/index.js#L510)
|
|
|
|
Blocks mined in last 24 hours
|
|
|
|
***
|
|
|
|
### all
|
|
|
|
> **all**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:509](https://github.com/bitcoinresearchkit/brk/blob/1e76e137abea038ab55fde16571abe1d31a780c4/modules/brk-client/index.js#L509)
|
|
|
|
Total blocks mined (all time)
|