mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 22:34:46 -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:824](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L824)
|
|
|
|
## Properties
|
|
|
|
### addresses
|
|
|
|
> **addresses**: `string`[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:828](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L828)
|
|
|
|
Known payout addresses
|
|
|
|
***
|
|
|
|
### id
|
|
|
|
> **id**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:825](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L825)
|
|
|
|
Pool identifier
|
|
|
|
***
|
|
|
|
### link
|
|
|
|
> **link**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:827](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L827)
|
|
|
|
Pool website URL
|
|
|
|
***
|
|
|
|
### name
|
|
|
|
> **name**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:826](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L826)
|
|
|
|
Pool name
|
|
|
|
***
|
|
|
|
### regexes
|
|
|
|
> **regexes**: `string`[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:829](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L829)
|
|
|
|
Coinbase tag patterns (regexes)
|
|
|
|
***
|
|
|
|
### slug
|
|
|
|
> **slug**: [`PoolSlug`](../type-aliases/PoolSlug.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:830](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L830)
|
|
|
|
URL-friendly pool identifier
|
|
|
|
***
|
|
|
|
### uniqueId
|
|
|
|
> **uniqueId**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:831](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L831)
|
|
|
|
Unique pool identifier
|