Files
brk/modules/brk-client/docs/interfaces/CpfpCluster.md
2026-05-17 22:31:01 +02:00

40 lines
1.2 KiB
Markdown

[**brk-client**](../README.md)
***
[brk-client](../globals.md) / CpfpCluster
# Interface: CpfpCluster
Defined in: [Developer/brk/modules/brk-client/index.js:427](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L427)
## Properties
### chunkIndex
> **chunkIndex**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:430](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L430)
Index into `chunks` of the chunk containing the seed tx.
***
### chunks
> **chunks**: [`CpfpClusterChunk`](CpfpClusterChunk.md)[]
Defined in: [Developer/brk/modules/brk-client/index.js:429](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L429)
SFL-emitted chunks ordered by descending feerate.
***
### txs
> **txs**: [`CpfpClusterTx`](CpfpClusterTx.md)[]
Defined in: [Developer/brk/modules/brk-client/index.js:428](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L428)
All txs in the cluster, in topological order (parents before children).