mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 22:34:46 -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:813](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L813)
|
|
|
|
## Properties
|
|
|
|
### blockCount
|
|
|
|
> **blockCount**: [`PoolBlockCounts`](PoolBlockCounts.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:815](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L815)
|
|
|
|
Block counts for different time periods
|
|
|
|
***
|
|
|
|
### blockShare
|
|
|
|
> **blockShare**: [`PoolBlockShares`](PoolBlockShares.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:816](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L816)
|
|
|
|
Pool's share of total blocks for different time periods
|
|
|
|
***
|
|
|
|
### estimatedHashrate
|
|
|
|
> **estimatedHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:817](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L817)
|
|
|
|
Estimated hashrate based on blocks mined (H/s)
|
|
|
|
***
|
|
|
|
### pool
|
|
|
|
> **pool**: [`PoolDetailInfo`](PoolDetailInfo.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:814](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L814)
|
|
|
|
Pool information
|
|
|
|
***
|
|
|
|
### reportedHashrate?
|
|
|
|
> `optional` **reportedHashrate?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:818](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L818)
|
|
|
|
Self-reported hashrate (if available, H/s)
|
|
|
|
***
|
|
|
|
### totalReward?
|
|
|
|
> `optional` **totalReward?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:819](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L819)
|
|
|
|
Total reward earned by this pool (sats, all time; None for minor pools)
|