mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-05 23:23:05 -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:1059](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1059)
|
|
|
|
## Properties
|
|
|
|
### endBlock
|
|
|
|
> **endBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1061](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1061)
|
|
|
|
Last block in the range
|
|
|
|
***
|
|
|
|
### startBlock
|
|
|
|
> **startBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1060](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1060)
|
|
|
|
First block in the range
|
|
|
|
***
|
|
|
|
### totalFee
|
|
|
|
> **totalFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1063](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1063)
|
|
|
|
Total transaction fees in sats
|
|
|
|
***
|
|
|
|
### totalReward
|
|
|
|
> **totalReward**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1062](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1062)
|
|
|
|
Total coinbase rewards (subsidy + fees) in sats
|
|
|
|
***
|
|
|
|
### totalTx
|
|
|
|
> **totalTx**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1064](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1064)
|
|
|
|
Total number of transactions
|