mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 06:02:10 -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:895](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L895)
|
|
|
|
## Properties
|
|
|
|
### blockCount
|
|
|
|
> **blockCount**: [`PoolBlockCounts`](PoolBlockCounts.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:897](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L897)
|
|
|
|
Block counts for different time periods
|
|
|
|
***
|
|
|
|
### blockShare
|
|
|
|
> **blockShare**: [`PoolBlockShares`](PoolBlockShares.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:898](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L898)
|
|
|
|
Pool's share of total blocks for different time periods
|
|
|
|
***
|
|
|
|
### estimatedHashrate
|
|
|
|
> **estimatedHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:899](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L899)
|
|
|
|
Estimated hashrate based on blocks mined (H/s)
|
|
|
|
***
|
|
|
|
### pool
|
|
|
|
> **pool**: [`PoolDetailInfo`](PoolDetailInfo.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:896](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L896)
|
|
|
|
Pool information
|
|
|
|
***
|
|
|
|
### reportedHashrate?
|
|
|
|
> `optional` **reportedHashrate?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:900](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L900)
|
|
|
|
Self-reported hashrate (if available, H/s)
|
|
|
|
***
|
|
|
|
### totalReward?
|
|
|
|
> `optional` **totalReward?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:901](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L901)
|
|
|
|
Total reward earned by this pool (sats, all time; None for minor pools)
|