3.1 KiB
brk-client / CpfpInfo
Interface: CpfpInfo
Defined in: Developer/brk/modules/brk-client/index.js:467
Properties
adjustedVsize
adjustedVsize:
number
Defined in: Developer/brk/modules/brk-client/index.js:478
Policy-adjusted virtual size: max(vsize, sigops * 5).
ancestors
ancestors:
CpfpEntry[]
Defined in: Developer/brk/modules/brk-client/index.js:468
Ancestor transactions in the CPFP chain.
bestDescendant?
optionalbestDescendant?:CpfpEntry|null
Defined in: Developer/brk/modules/brk-client/index.js:469
Best (highest fee rate) descendant, if any.
cluster?
optionalcluster?:CpfpCluster|null
Defined in: Developer/brk/modules/brk-client/index.js:479
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:470
Descendant transactions in the CPFP chain.
effectiveFeePerVsize
effectiveFeePerVsize:
number
Defined in: Developer/brk/modules/brk-client/index.js:471
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:476
Transaction fee (sats).
sigops
sigops:
number
Defined in: Developer/brk/modules/brk-client/index.js:474
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:477
Virtual size of the seed tx (vbytes).