Files
brk/modules/brk-client/docs/interfaces/CpfpInfo.md
T
2026-06-27 12:18:11 +02:00

3.1 KiB

brk-client


brk-client / CpfpInfo

Interface: CpfpInfo

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

Properties

adjustedVsize

adjustedVsize: number

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

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


ancestors

ancestors: CpfpEntry[]

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

Ancestor transactions in the CPFP chain.


bestDescendant?

optional bestDescendant?: CpfpEntry | null

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

Best (highest fee rate) descendant, if any.


cluster?

optional cluster?: CpfpCluster | null

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

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:482

Descendant transactions in the CPFP chain.


effectiveFeePerVsize

effectiveFeePerVsize: number

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

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:488

Transaction fee (sats).


sigops

sigops: number

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

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:489

Virtual size of the seed tx (vbytes).