mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-20 14:54:47 -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:962](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L962)
|
|
|
|
## Properties
|
|
|
|
### endBlock
|
|
|
|
> **endBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:964](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L964)
|
|
|
|
Last block in the range
|
|
|
|
***
|
|
|
|
### startBlock
|
|
|
|
> **startBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:963](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L963)
|
|
|
|
First block in the range
|
|
|
|
***
|
|
|
|
### totalFee
|
|
|
|
> **totalFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:966](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L966)
|
|
|
|
Total transaction fees in sats
|
|
|
|
***
|
|
|
|
### totalReward
|
|
|
|
> **totalReward**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:965](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L965)
|
|
|
|
Total coinbase rewards (subsidy + fees) in sats
|
|
|
|
***
|
|
|
|
### totalTx
|
|
|
|
> **totalTx**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:967](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L967)
|
|
|
|
Total number of transactions
|