mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-22 07:44:47 -07:00
docs: update generated docs
This commit is contained in:
@@ -6,17 +6,17 @@
|
||||
|
||||
# Interface: CpfpInfo
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:373](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L373)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:419](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L419)
|
||||
|
||||
## Properties
|
||||
|
||||
### adjustedVsize?
|
||||
### adjustedVsize
|
||||
|
||||
> `optional` **adjustedVsize?**: `number` \| `null`
|
||||
> **adjustedVsize**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:379](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L379)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:430](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L430)
|
||||
|
||||
Adjusted virtual size (accounting for sigops)
|
||||
Policy-adjusted virtual size: `max(vsize, sigops * 5)`.
|
||||
|
||||
***
|
||||
|
||||
@@ -24,9 +24,9 @@ Adjusted virtual size (accounting for sigops)
|
||||
|
||||
> **ancestors**: [`CpfpEntry`](CpfpEntry.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:374](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L374)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:420](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L420)
|
||||
|
||||
Ancestor transactions in the CPFP chain
|
||||
Ancestor transactions in the CPFP chain.
|
||||
|
||||
***
|
||||
|
||||
@@ -34,9 +34,21 @@ Ancestor transactions in the CPFP chain
|
||||
|
||||
> `optional` **bestDescendant?**: [`CpfpEntry`](CpfpEntry.md) \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:375](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L375)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:421](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L421)
|
||||
|
||||
Best (highest fee rate) descendant, if any
|
||||
Best (highest fee rate) descendant, if any.
|
||||
|
||||
***
|
||||
|
||||
### cluster?
|
||||
|
||||
> `optional` **cluster?**: [`CpfpCluster`](CpfpCluster.md) \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:431](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L431)
|
||||
|
||||
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).
|
||||
|
||||
***
|
||||
|
||||
@@ -44,26 +56,49 @@ Best (highest fee rate) descendant, if any
|
||||
|
||||
> **descendants**: [`CpfpEntry`](CpfpEntry.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:376](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L376)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:422](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L422)
|
||||
|
||||
Descendant transactions in the CPFP chain
|
||||
Descendant transactions in the CPFP chain.
|
||||
|
||||
***
|
||||
|
||||
### effectiveFeePerVsize?
|
||||
### effectiveFeePerVsize
|
||||
|
||||
> `optional` **effectiveFeePerVsize?**: `number` \| `null`
|
||||
> **effectiveFeePerVsize**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:377](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L377)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:423](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L423)
|
||||
|
||||
Effective fee rate considering CPFP relationships (sat/vB)
|
||||
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
|
||||
|
||||
> `optional` **fee?**: `number` \| `null`
|
||||
> **fee**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:378](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L378)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:428](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L428)
|
||||
|
||||
Transaction fee (sats)
|
||||
Transaction fee (sats).
|
||||
|
||||
***
|
||||
|
||||
### sigops
|
||||
|
||||
> **sigops**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:426](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L426)
|
||||
|
||||
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](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L429)
|
||||
|
||||
Virtual size of the seed tx (vbytes).
|
||||
|
||||
Reference in New Issue
Block a user