mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -07:00
docs: update generated docs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# Interface: CpfpInfo
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:373](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L373)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:373](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L373)
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:373](https://github.com/b
|
||||
|
||||
> `optional` **adjustedVsize?**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:379](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L379)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:379](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L379)
|
||||
|
||||
Adjusted virtual size (accounting for sigops)
|
||||
|
||||
@@ -24,7 +24,7 @@ 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/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L374)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:374](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L374)
|
||||
|
||||
Ancestor transactions in the CPFP chain
|
||||
|
||||
@@ -34,7 +34,7 @@ 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/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L375)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:375](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L375)
|
||||
|
||||
Best (highest fee rate) descendant, if any
|
||||
|
||||
@@ -44,7 +44,7 @@ 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/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L376)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:376](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L376)
|
||||
|
||||
Descendant transactions in the CPFP chain
|
||||
|
||||
@@ -54,7 +54,7 @@ Descendant transactions in the CPFP chain
|
||||
|
||||
> `optional` **effectiveFeePerVsize?**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:377](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L377)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:377](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L377)
|
||||
|
||||
Effective fee rate considering CPFP relationships (sat/vB)
|
||||
|
||||
@@ -64,6 +64,6 @@ Effective fee rate considering CPFP relationships (sat/vB)
|
||||
|
||||
> `optional` **fee?**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:378](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L378)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:378](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L378)
|
||||
|
||||
Transaction fee (sats)
|
||||
|
||||
Reference in New Issue
Block a user