mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-06 07:33:06 -07:00
100 lines
2.6 KiB
Markdown
100 lines
2.6 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolStats
|
|
|
|
# Interface: PoolStats
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:968](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L968)
|
|
|
|
## Properties
|
|
|
|
### blockCount
|
|
|
|
> **blockCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:972](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L972)
|
|
|
|
Number of blocks mined in the time period
|
|
|
|
***
|
|
|
|
### emptyBlocks
|
|
|
|
> **emptyBlocks**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:974](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L974)
|
|
|
|
Number of empty blocks mined
|
|
|
|
***
|
|
|
|
### link
|
|
|
|
> **link**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:971](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L971)
|
|
|
|
Pool website URL
|
|
|
|
***
|
|
|
|
### name
|
|
|
|
> **name**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:970](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L970)
|
|
|
|
Pool name
|
|
|
|
***
|
|
|
|
### poolId
|
|
|
|
> **poolId**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:969](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L969)
|
|
|
|
Unique pool identifier
|
|
|
|
***
|
|
|
|
### poolUniqueId
|
|
|
|
> **poolUniqueId**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:977](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L977)
|
|
|
|
Unique pool identifier
|
|
|
|
***
|
|
|
|
### rank
|
|
|
|
> **rank**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:973](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L973)
|
|
|
|
Pool ranking by block count (1 = most blocks)
|
|
|
|
***
|
|
|
|
### share
|
|
|
|
> **share**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:976](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L976)
|
|
|
|
Pool's share of total blocks (0.0 - 1.0)
|
|
|
|
***
|
|
|
|
### slug
|
|
|
|
> **slug**: [`PoolSlug`](../type-aliases/PoolSlug.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:975](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L975)
|
|
|
|
URL-friendly pool identifier
|