mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24: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:940](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L940)
|
|
|
|
## Properties
|
|
|
|
### economyFee
|
|
|
|
> **economyFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:944](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L944)
|
|
|
|
Fee rate for economical confirmation
|
|
|
|
***
|
|
|
|
### fastestFee
|
|
|
|
> **fastestFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:941](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L941)
|
|
|
|
Fee rate for fastest confirmation (next block)
|
|
|
|
***
|
|
|
|
### halfHourFee
|
|
|
|
> **halfHourFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:942](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L942)
|
|
|
|
Fee rate for confirmation within ~30 minutes (3 blocks)
|
|
|
|
***
|
|
|
|
### hourFee
|
|
|
|
> **hourFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:943](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L943)
|
|
|
|
Fee rate for confirmation within ~1 hour (6 blocks)
|
|
|
|
***
|
|
|
|
### minimumFee
|
|
|
|
> **minimumFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:945](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L945)
|
|
|
|
Minimum relay fee rate
|