mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -07:00
40 lines
1.0 KiB
Markdown
40 lines
1.0 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolInfo
|
|
|
|
# Interface: PoolInfo
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:784](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L784)
|
|
|
|
## Properties
|
|
|
|
### name
|
|
|
|
> **name**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:785](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L785)
|
|
|
|
Pool name
|
|
|
|
***
|
|
|
|
### slug
|
|
|
|
> **slug**: [`PoolSlug`](../type-aliases/PoolSlug.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:786](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L786)
|
|
|
|
URL-friendly pool identifier
|
|
|
|
***
|
|
|
|
### uniqueId
|
|
|
|
> **uniqueId**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:787](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L787)
|
|
|
|
Unique numeric pool identifier
|