Files
brk/modules/brk-client/docs/interfaces/CpfpInfo.md
2026-05-08 00:35:52 +02:00

3.1 KiB

brk-client


brk-client / CpfpInfo

Interface: CpfpInfo

Defined in: Developer/brk/modules/brk-client/index.js:419

Properties

adjustedVsize

adjustedVsize: number

Defined in: Developer/brk/modules/brk-client/index.js:430

Policy-adjusted virtual size: max(vsize, sigops * 5).


ancestors

ancestors: CpfpEntry[]

Defined in: Developer/brk/modules/brk-client/index.js:420

Ancestor transactions in the CPFP chain.


bestDescendant?

optional bestDescendant?: CpfpEntry | null

Defined in: Developer/brk/modules/brk-client/index.js:421

Best (highest fee rate) descendant, if any.


cluster?

optional cluster?: CpfpCluster | null

Defined in: Developer/brk/modules/brk-client/index.js:431

Cluster the seed belongs to: full tx list, SFL-linearized chunks, and the seed's chunk index. Omitted when the seed has no ancestors and no descendants (matches mempool.space).


descendants

descendants: CpfpEntry[]

Defined in: Developer/brk/modules/brk-client/index.js:422

Descendant transactions in the CPFP chain.


effectiveFeePerVsize

effectiveFeePerVsize: number

Defined in: Developer/brk/modules/brk-client/index.js:423

Effective fee rate considering CPFP relationships (sat/vB). This is the seed's chunk feerate after lift-merging, i.e. the rate Core/mempool.space would surface for this tx.


fee

fee: number

Defined in: Developer/brk/modules/brk-client/index.js:428

Transaction fee (sats).


sigops

sigops: number

Defined in: Developer/brk/modules/brk-client/index.js:426

BIP-141 sigop cost for the seed tx (witness sigops count as 1, legacy and P2SH-redeem sigops count as 4).


vsize

vsize: number

Defined in: Developer/brk/modules/brk-client/index.js:429

Virtual size of the seed tx (vbytes).