mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -07:00
50 lines
1.3 KiB
Markdown
50 lines
1.3 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / BlockFeesEntry
|
|
|
|
# Interface: BlockFeesEntry
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:174](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L174)
|
|
|
|
## Properties
|
|
|
|
### avgFees
|
|
|
|
> **avgFees**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:177](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L177)
|
|
|
|
Average fees per block in this window (sats)
|
|
|
|
***
|
|
|
|
### avgHeight
|
|
|
|
> **avgHeight**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:175](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L175)
|
|
|
|
Average block height in this window
|
|
|
|
***
|
|
|
|
### timestamp
|
|
|
|
> **timestamp**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:176](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L176)
|
|
|
|
Unix timestamp at the window midpoint
|
|
|
|
***
|
|
|
|
### uSD
|
|
|
|
> **uSD**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:178](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L178)
|
|
|
|
BTC/USD price at this height
|