mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -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:875](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L875)
|
|
|
|
## Properties
|
|
|
|
### blockCount
|
|
|
|
> **blockCount**: [`PoolBlockCounts`](PoolBlockCounts.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:877](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L877)
|
|
|
|
Block counts for different time periods
|
|
|
|
***
|
|
|
|
### blockShare
|
|
|
|
> **blockShare**: [`PoolBlockShares`](PoolBlockShares.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:878](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L878)
|
|
|
|
Pool's share of total blocks for different time periods
|
|
|
|
***
|
|
|
|
### estimatedHashrate
|
|
|
|
> **estimatedHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:879](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L879)
|
|
|
|
Estimated hashrate based on blocks mined (H/s)
|
|
|
|
***
|
|
|
|
### pool
|
|
|
|
> **pool**: [`PoolDetailInfo`](PoolDetailInfo.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:876](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L876)
|
|
|
|
Pool information
|
|
|
|
***
|
|
|
|
### reportedHashrate?
|
|
|
|
> `optional` **reportedHashrate?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:880](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L880)
|
|
|
|
Self-reported hashrate (if available, H/s)
|
|
|
|
***
|
|
|
|
### totalReward?
|
|
|
|
> `optional` **totalReward?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:881](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L881)
|
|
|
|
Total reward earned by this pool (sats, all time; None for minor pools)
|