mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-12 18:23:05 -07:00
60 lines
1.7 KiB
Markdown
60 lines
1.7 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / RecommendedFees
|
|
|
|
# Interface: RecommendedFees
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1025](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1025)
|
|
|
|
## Properties
|
|
|
|
### economyFee
|
|
|
|
> **economyFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1029](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1029)
|
|
|
|
Fee rate for economical confirmation
|
|
|
|
***
|
|
|
|
### fastestFee
|
|
|
|
> **fastestFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1026](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1026)
|
|
|
|
Fee rate for fastest confirmation (next block)
|
|
|
|
***
|
|
|
|
### halfHourFee
|
|
|
|
> **halfHourFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1027](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1027)
|
|
|
|
Fee rate for confirmation within ~30 minutes (3 blocks)
|
|
|
|
***
|
|
|
|
### hourFee
|
|
|
|
> **hourFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1028](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1028)
|
|
|
|
Fee rate for confirmation within ~1 hour (6 blocks)
|
|
|
|
***
|
|
|
|
### minimumFee
|
|
|
|
> **minimumFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1030](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1030)
|
|
|
|
Minimum relay fee rate
|