mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -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:861](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L861)
|
|
|
|
## Properties
|
|
|
|
### endBlock
|
|
|
|
> **endBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:863](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L863)
|
|
|
|
Last block in the range
|
|
|
|
***
|
|
|
|
### startBlock
|
|
|
|
> **startBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:862](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L862)
|
|
|
|
First block in the range
|
|
|
|
***
|
|
|
|
### totalFee
|
|
|
|
> **totalFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:865](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L865)
|
|
|
|
Total transaction fees in sats
|
|
|
|
***
|
|
|
|
### totalReward
|
|
|
|
> **totalReward**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:864](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L864)
|
|
|
|
Total coinbase rewards (subsidy + fees) in sats
|
|
|
|
***
|
|
|
|
### totalTx
|
|
|
|
> **totalTx**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:866](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L866)
|
|
|
|
Total number of transactions
|