mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
60 lines
1.7 KiB
Markdown
60 lines
1.7 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolDetail
|
|
|
|
# Interface: PoolDetail
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:592](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L592)
|
|
|
|
## Properties
|
|
|
|
### blockCount
|
|
|
|
> **blockCount**: [`PoolBlockCounts`](PoolBlockCounts.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:594](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L594)
|
|
|
|
Block counts for different time periods
|
|
|
|
***
|
|
|
|
### blockShare
|
|
|
|
> **blockShare**: [`PoolBlockShares`](PoolBlockShares.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:595](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L595)
|
|
|
|
Pool's share of total blocks for different time periods
|
|
|
|
***
|
|
|
|
### estimatedHashrate
|
|
|
|
> **estimatedHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:596](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L596)
|
|
|
|
Estimated hashrate based on blocks mined
|
|
|
|
***
|
|
|
|
### pool
|
|
|
|
> **pool**: [`PoolDetailInfo`](PoolDetailInfo.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:593](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L593)
|
|
|
|
Pool information
|
|
|
|
***
|
|
|
|
### reportedHashrate?
|
|
|
|
> `optional` **reportedHashrate?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:597](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L597)
|
|
|
|
Self-reported hashrate (if available)
|