mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
docs: update generated docs
This commit is contained in:
@@ -6,15 +6,37 @@
|
||||
|
||||
# Interface: CpfpInfo
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:352](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L352)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:355](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L355)
|
||||
|
||||
## Properties
|
||||
|
||||
### adjustedVsize
|
||||
|
||||
> **adjustedVsize**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:361](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L361)
|
||||
|
||||
Adjusted virtual size (accounting for sigops)
|
||||
|
||||
***
|
||||
|
||||
### ancestors
|
||||
|
||||
> **ancestors**: [`CpfpEntry`](CpfpEntry.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:353](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L353)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:356](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L356)
|
||||
|
||||
Ancestor transactions in the CPFP chain
|
||||
|
||||
***
|
||||
|
||||
### bestDescendant?
|
||||
|
||||
> `optional` **bestDescendant?**: [`CpfpEntry`](CpfpEntry.md) \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:357](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L357)
|
||||
|
||||
Best (highest fee rate) descendant, if any
|
||||
|
||||
***
|
||||
|
||||
@@ -22,7 +44,9 @@ Defined in: [Developer/brk/modules/brk-client/index.js:353](https://github.com/b
|
||||
|
||||
> **descendants**: [`CpfpEntry`](CpfpEntry.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:354](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L354)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:358](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L358)
|
||||
|
||||
Descendant transactions in the CPFP chain
|
||||
|
||||
***
|
||||
|
||||
@@ -30,4 +54,16 @@ Defined in: [Developer/brk/modules/brk-client/index.js:354](https://github.com/b
|
||||
|
||||
> **effectiveFeePerVsize**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:355](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L355)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:359](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L359)
|
||||
|
||||
Effective fee rate considering CPFP relationships (sat/vB)
|
||||
|
||||
***
|
||||
|
||||
### fee
|
||||
|
||||
> **fee**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:360](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L360)
|
||||
|
||||
Transaction fee (sats)
|
||||
|
||||
Reference in New Issue
Block a user