mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 06:14:47 -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:999](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L999)
|
|
|
|
## Properties
|
|
|
|
### economyFee
|
|
|
|
> **economyFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1003](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1003)
|
|
|
|
Fee rate for economical confirmation
|
|
|
|
***
|
|
|
|
### fastestFee
|
|
|
|
> **fastestFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1000](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1000)
|
|
|
|
Fee rate for fastest confirmation (next block)
|
|
|
|
***
|
|
|
|
### halfHourFee
|
|
|
|
> **halfHourFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1001](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1001)
|
|
|
|
Fee rate for confirmation within ~30 minutes (3 blocks)
|
|
|
|
***
|
|
|
|
### hourFee
|
|
|
|
> **hourFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1002](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1002)
|
|
|
|
Fee rate for confirmation within ~1 hour (6 blocks)
|
|
|
|
***
|
|
|
|
### minimumFee
|
|
|
|
> **minimumFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1004](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L1004)
|
|
|
|
Minimum relay fee rate
|