mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-18 22:04: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:1024](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1024)
|
|
|
|
## Properties
|
|
|
|
### endBlock
|
|
|
|
> **endBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1026](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1026)
|
|
|
|
Last block in the range
|
|
|
|
***
|
|
|
|
### startBlock
|
|
|
|
> **startBlock**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1025](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1025)
|
|
|
|
First block in the range
|
|
|
|
***
|
|
|
|
### totalFee
|
|
|
|
> **totalFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1028](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1028)
|
|
|
|
Total transaction fees in sats
|
|
|
|
***
|
|
|
|
### totalReward
|
|
|
|
> **totalReward**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1027](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1027)
|
|
|
|
Total coinbase rewards (subsidy + fees) in sats
|
|
|
|
***
|
|
|
|
### totalTx
|
|
|
|
> **totalTx**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1029](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1029)
|
|
|
|
Total number of transactions
|