[**brk-client**](../README.md) *** [brk-client](../globals.md) / PoolDetail # Interface: PoolDetail Defined in: [Developer/brk/modules/brk-client/index.js:752](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L752) ## Properties ### blockCount > **blockCount**: [`PoolBlockCounts`](PoolBlockCounts.md) Defined in: [Developer/brk/modules/brk-client/index.js:754](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L754) Block counts for different time periods *** ### blockShare > **blockShare**: [`PoolBlockShares`](PoolBlockShares.md) Defined in: [Developer/brk/modules/brk-client/index.js:755](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L755) Pool's share of total blocks for different time periods *** ### estimatedHashrate > **estimatedHashrate**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:756](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L756) Estimated hashrate based on blocks mined (H/s) *** ### pool > **pool**: [`PoolDetailInfo`](PoolDetailInfo.md) Defined in: [Developer/brk/modules/brk-client/index.js:753](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L753) Pool information *** ### reportedHashrate? > `optional` **reportedHashrate?**: `number` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:757](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L757) Self-reported hashrate (if available, H/s) *** ### totalReward? > `optional` **totalReward?**: `number` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:758](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L758) Total reward earned by this pool (sats, all time; None for minor pools)