mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
60 lines
1.6 KiB
Markdown
60 lines
1.6 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / RewardStats
|
|
|
|
# Interface: RewardStats
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:833](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L833)
|
|
|
|
## Properties
|
|
|
|
### endBlock
|
|
|
|
> **endBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:835](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L835)
|
|
|
|
Last block in the range
|
|
|
|
***
|
|
|
|
### startBlock
|
|
|
|
> **startBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:834](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L834)
|
|
|
|
First block in the range
|
|
|
|
***
|
|
|
|
### totalFee
|
|
|
|
> **totalFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:837](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L837)
|
|
|
|
Total transaction fees in sats
|
|
|
|
***
|
|
|
|
### totalReward
|
|
|
|
> **totalReward**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:836](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L836)
|
|
|
|
Total coinbase rewards (subsidy + fees) in sats
|
|
|
|
***
|
|
|
|
### totalTx
|
|
|
|
> **totalTx**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:838](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L838)
|
|
|
|
Total number of transactions
|