mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-18 22:04:47 -07:00
50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / BlockRewardsEntry
|
|
|
|
# Interface: BlockRewardsEntry
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:255](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L255)
|
|
|
|
## Properties
|
|
|
|
### avgHeight
|
|
|
|
> **avgHeight**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:256](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L256)
|
|
|
|
Average block height in this window
|
|
|
|
***
|
|
|
|
### avgRewards
|
|
|
|
> **avgRewards**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:258](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L258)
|
|
|
|
Average coinbase reward per block (subsidy + fees, sats)
|
|
|
|
***
|
|
|
|
### timestamp
|
|
|
|
> **timestamp**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:257](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L257)
|
|
|
|
Unix timestamp at the window midpoint
|
|
|
|
***
|
|
|
|
### uSD
|
|
|
|
> **uSD**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:259](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L259)
|
|
|
|
BTC/USD price at this height
|