mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-20 06:44:47 -07:00
60 lines
1.6 KiB
Markdown
60 lines
1.6 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / RecommendedFees
|
|
|
|
# Interface: RecommendedFees
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:937](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L937)
|
|
|
|
## Properties
|
|
|
|
### economyFee
|
|
|
|
> **economyFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:941](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L941)
|
|
|
|
Fee rate for economical confirmation
|
|
|
|
***
|
|
|
|
### fastestFee
|
|
|
|
> **fastestFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:938](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L938)
|
|
|
|
Fee rate for fastest confirmation (next block)
|
|
|
|
***
|
|
|
|
### halfHourFee
|
|
|
|
> **halfHourFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:939](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L939)
|
|
|
|
Fee rate for confirmation within ~30 minutes (3 blocks)
|
|
|
|
***
|
|
|
|
### hourFee
|
|
|
|
> **hourFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:940](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L940)
|
|
|
|
Fee rate for confirmation within ~1 hour (6 blocks)
|
|
|
|
***
|
|
|
|
### minimumFee
|
|
|
|
> **minimumFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:942](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L942)
|
|
|
|
Minimum relay fee rate
|