mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 01:20:00 -07:00
80 lines
2.0 KiB
Markdown
80 lines
2.0 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolDetailInfo
|
|
|
|
# Interface: PoolDetailInfo
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:763](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L763)
|
|
|
|
## Properties
|
|
|
|
### addresses
|
|
|
|
> **addresses**: `string`[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:767](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L767)
|
|
|
|
Known payout addresses
|
|
|
|
***
|
|
|
|
### id
|
|
|
|
> **id**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:764](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L764)
|
|
|
|
Pool identifier
|
|
|
|
***
|
|
|
|
### link
|
|
|
|
> **link**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:766](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L766)
|
|
|
|
Pool website URL
|
|
|
|
***
|
|
|
|
### name
|
|
|
|
> **name**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:765](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L765)
|
|
|
|
Pool name
|
|
|
|
***
|
|
|
|
### regexes
|
|
|
|
> **regexes**: `string`[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:768](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L768)
|
|
|
|
Coinbase tag patterns (regexes)
|
|
|
|
***
|
|
|
|
### slug
|
|
|
|
> **slug**: [`PoolSlug`](../type-aliases/PoolSlug.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:769](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L769)
|
|
|
|
URL-friendly pool identifier
|
|
|
|
***
|
|
|
|
### uniqueId
|
|
|
|
> **uniqueId**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:770](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L770)
|
|
|
|
Unique pool identifier
|