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,7 +6,7 @@
|
||||
|
||||
# Interface: BlockExtras
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:115](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L115)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:115](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L115)
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:115](https://github.com/b
|
||||
|
||||
> **avgFee**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:121](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L121)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:121](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L121)
|
||||
|
||||
Average fee per transaction in satoshis
|
||||
|
||||
@@ -24,7 +24,7 @@ Average fee per transaction in satoshis
|
||||
|
||||
> **avgFeeRate**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:122](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L122)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:122](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L122)
|
||||
|
||||
Average fee rate in sat/vB
|
||||
|
||||
@@ -34,7 +34,7 @@ Average fee rate in sat/vB
|
||||
|
||||
> **avgTxSize**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:128](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L128)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:128](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L128)
|
||||
|
||||
Average transaction size in bytes
|
||||
|
||||
@@ -44,7 +44,7 @@ Average transaction size in bytes
|
||||
|
||||
> `optional` **coinbaseAddress?**: `string` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:124](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L124)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:124](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L124)
|
||||
|
||||
Primary coinbase output address
|
||||
|
||||
@@ -54,7 +54,7 @@ Primary coinbase output address
|
||||
|
||||
> **coinbaseAddresses**: `string`[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:125](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L125)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:125](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L125)
|
||||
|
||||
All coinbase output addresses
|
||||
|
||||
@@ -64,7 +64,7 @@ All coinbase output addresses
|
||||
|
||||
> **coinbaseRaw**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:123](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L123)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:123](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L123)
|
||||
|
||||
Raw coinbase transaction scriptsig as hex
|
||||
|
||||
@@ -74,7 +74,7 @@ Raw coinbase transaction scriptsig as hex
|
||||
|
||||
> **coinbaseSignature**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:126](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L126)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:126](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L126)
|
||||
|
||||
Coinbase output script in ASM format
|
||||
|
||||
@@ -84,7 +84,7 @@ Coinbase output script in ASM format
|
||||
|
||||
> **coinbaseSignatureAscii**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:127](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L127)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:127](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L127)
|
||||
|
||||
Coinbase scriptsig decoded as ASCII
|
||||
|
||||
@@ -94,7 +94,7 @@ Coinbase scriptsig decoded as ASCII
|
||||
|
||||
> **feePercentiles**: `number`[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:133](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L133)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:133](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L133)
|
||||
|
||||
Fee amount percentiles in satoshis: [min, 10%, 25%, 50%, 75%, 90%, max]
|
||||
|
||||
@@ -104,7 +104,7 @@ Fee amount percentiles in satoshis: [min, 10%, 25%, 50%, 75%, 90%, max]
|
||||
|
||||
> **feeRange**: `number`[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:118](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L118)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:118](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L118)
|
||||
|
||||
Fee rate range: [min, 10%, 25%, 50%, 75%, 90%, max]
|
||||
|
||||
@@ -114,7 +114,7 @@ Fee rate range: [min, 10%, 25%, 50%, 75%, 90%, max]
|
||||
|
||||
> **header**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:137](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L137)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:137](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L137)
|
||||
|
||||
Raw 80-byte block header as hex
|
||||
|
||||
@@ -124,7 +124,7 @@ Raw 80-byte block header as hex
|
||||
|
||||
> **medianFee**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:117](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L117)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:117](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L117)
|
||||
|
||||
Median fee rate in sat/vB
|
||||
|
||||
@@ -134,7 +134,7 @@ Median fee rate in sat/vB
|
||||
|
||||
> **medianFeeAmt**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:132](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L132)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:132](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L132)
|
||||
|
||||
Median fee amount in satoshis
|
||||
|
||||
@@ -144,17 +144,27 @@ Median fee amount in satoshis
|
||||
|
||||
> **pool**: [`BlockPool`](BlockPool.md)
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:120](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L120)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:120](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L120)
|
||||
|
||||
Mining pool that mined this block
|
||||
|
||||
***
|
||||
|
||||
### price
|
||||
|
||||
> **price**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:142](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L142)
|
||||
|
||||
USD price at block height
|
||||
|
||||
***
|
||||
|
||||
### reward
|
||||
|
||||
> **reward**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:119](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L119)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:119](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L119)
|
||||
|
||||
Total block reward (subsidy + fees) in satoshis
|
||||
|
||||
@@ -164,7 +174,7 @@ Total block reward (subsidy + fees) in satoshis
|
||||
|
||||
> **segwitTotalSize**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:135](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L135)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:135](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L135)
|
||||
|
||||
Total size of segwit transactions in bytes
|
||||
|
||||
@@ -174,7 +184,7 @@ Total size of segwit transactions in bytes
|
||||
|
||||
> **segwitTotalTxs**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:134](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L134)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:134](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L134)
|
||||
|
||||
Number of segwit transactions
|
||||
|
||||
@@ -184,7 +194,7 @@ Number of segwit transactions
|
||||
|
||||
> **segwitTotalWeight**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:136](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L136)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:136](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L136)
|
||||
|
||||
Total weight of segwit transactions
|
||||
|
||||
@@ -194,7 +204,7 @@ Total weight of segwit transactions
|
||||
|
||||
> **totalFees**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:116](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L116)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:116](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L116)
|
||||
|
||||
Total fees in satoshis
|
||||
|
||||
@@ -204,7 +214,7 @@ Total fees in satoshis
|
||||
|
||||
> **totalInputAmt**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:140](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L140)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:140](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L140)
|
||||
|
||||
Total input amount in satoshis
|
||||
|
||||
@@ -214,7 +224,7 @@ Total input amount in satoshis
|
||||
|
||||
> **totalInputs**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:129](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L129)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:129](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L129)
|
||||
|
||||
Total number of inputs (excluding coinbase)
|
||||
|
||||
@@ -224,7 +234,7 @@ Total number of inputs (excluding coinbase)
|
||||
|
||||
> **totalOutputAmt**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:131](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L131)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:131](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L131)
|
||||
|
||||
Total output amount in satoshis
|
||||
|
||||
@@ -234,7 +244,7 @@ Total output amount in satoshis
|
||||
|
||||
> **totalOutputs**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:130](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L130)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:130](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L130)
|
||||
|
||||
Total number of outputs
|
||||
|
||||
@@ -244,7 +254,7 @@ Total number of outputs
|
||||
|
||||
> **utxoSetChange**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:138](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L138)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:138](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L138)
|
||||
|
||||
UTXO set change (outputs created minus inputs spent)
|
||||
|
||||
@@ -254,7 +264,7 @@ UTXO set change (outputs created minus inputs spent)
|
||||
|
||||
> **utxoSetSize**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:139](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L139)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:139](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L139)
|
||||
|
||||
Total UTXO set size at this height
|
||||
|
||||
@@ -264,6 +274,6 @@ Total UTXO set size at this height
|
||||
|
||||
> **virtualSize**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:141](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L141)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:141](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L141)
|
||||
|
||||
Virtual size in vbytes
|
||||
|
||||
Reference in New Issue
Block a user