mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 15:49:58 -07:00
70 lines
2.1 KiB
Markdown
70 lines
2.1 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolDetail
|
|
|
|
# Interface: PoolDetail
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:749](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L749)
|
|
|
|
## Properties
|
|
|
|
### blockCount
|
|
|
|
> **blockCount**: [`PoolBlockCounts`](PoolBlockCounts.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:751](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L751)
|
|
|
|
Block counts for different time periods
|
|
|
|
***
|
|
|
|
### blockShare
|
|
|
|
> **blockShare**: [`PoolBlockShares`](PoolBlockShares.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:752](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L752)
|
|
|
|
Pool's share of total blocks for different time periods
|
|
|
|
***
|
|
|
|
### estimatedHashrate
|
|
|
|
> **estimatedHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:753](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L753)
|
|
|
|
Estimated hashrate based on blocks mined
|
|
|
|
***
|
|
|
|
### pool
|
|
|
|
> **pool**: [`PoolDetailInfo`](PoolDetailInfo.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:750](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L750)
|
|
|
|
Pool information
|
|
|
|
***
|
|
|
|
### reportedHashrate?
|
|
|
|
> `optional` **reportedHashrate?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:754](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L754)
|
|
|
|
Self-reported hashrate (if available)
|
|
|
|
***
|
|
|
|
### totalReward?
|
|
|
|
> `optional` **totalReward?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:755](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L755)
|
|
|
|
Total reward earned by this pool (sats, all time; None for minor pools)
|