mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-06 07:33:06 -07:00
60 lines
1.6 KiB
Markdown
60 lines
1.6 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / BlockPool
|
|
|
|
# Interface: BlockPool
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:229](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L229)
|
|
|
|
## Properties
|
|
|
|
### blockNumber
|
|
|
|
> **blockNumber**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:233](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L233)
|
|
|
|
This block's ordinal among blocks attributed to this pool
|
|
|
|
***
|
|
|
|
### id
|
|
|
|
> **id**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:230](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L230)
|
|
|
|
Unique pool identifier
|
|
|
|
***
|
|
|
|
### minerNames?
|
|
|
|
> `optional` **minerNames?**: `string`[] \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:234](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L234)
|
|
|
|
Miner name tags found in coinbase scriptsig
|
|
|
|
***
|
|
|
|
### name
|
|
|
|
> **name**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:231](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L231)
|
|
|
|
Pool name
|
|
|
|
***
|
|
|
|
### slug
|
|
|
|
> **slug**: [`PoolSlug`](../type-aliases/PoolSlug.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:232](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L232)
|
|
|
|
URL-friendly pool identifier
|