mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-16 21:48:10 -07:00
global: snapshot
This commit is contained in:
@@ -9702,7 +9702,7 @@ class BrkClient extends BrkClientBase {
|
||||
/**
|
||||
* Mempool statistics
|
||||
*
|
||||
* Get current mempool statistics including transaction count, total vsize, and total fees.
|
||||
* Get current mempool statistics including transaction count, total vsize, total fees, and fee histogram.
|
||||
*
|
||||
* *[Mempool.space docs](https://mempool.space/docs/api/rest#get-mempool)*
|
||||
*
|
||||
@@ -10247,7 +10247,7 @@ class BrkClient extends BrkClientBase {
|
||||
/**
|
||||
* Difficulty adjustment
|
||||
*
|
||||
* Get current difficulty adjustment information including progress through the current epoch, estimated retarget date, and difficulty change prediction.
|
||||
* Get current difficulty adjustment progress and estimates.
|
||||
*
|
||||
* *[Mempool.space docs](https://mempool.space/docs/api/rest#get-difficulty-adjustment)*
|
||||
*
|
||||
@@ -10261,7 +10261,7 @@ class BrkClient extends BrkClientBase {
|
||||
/**
|
||||
* Projected mempool blocks
|
||||
*
|
||||
* Get projected blocks from the mempool for fee estimation. Each block contains statistics about transactions that would be included if a block were mined now.
|
||||
* Get projected blocks from the mempool for fee estimation.
|
||||
*
|
||||
* *[Mempool.space docs](https://mempool.space/docs/api/rest#get-mempool-blocks-fees)*
|
||||
*
|
||||
@@ -10275,7 +10275,7 @@ class BrkClient extends BrkClientBase {
|
||||
/**
|
||||
* Precise recommended fees
|
||||
*
|
||||
* Get recommended fee rates with up to 3 decimal places, including sub-sat feerates.
|
||||
* Get recommended fee rates with up to 3 decimal places.
|
||||
*
|
||||
* *[Mempool.space docs](https://mempool.space/docs/api/rest#get-recommended-fees-precise)*
|
||||
*
|
||||
@@ -10289,7 +10289,7 @@ class BrkClient extends BrkClientBase {
|
||||
/**
|
||||
* Recommended fees
|
||||
*
|
||||
* Get recommended fee rates for different confirmation targets based on current mempool state.
|
||||
* Get recommended fee rates for different confirmation targets.
|
||||
*
|
||||
* *[Mempool.space docs](https://mempool.space/docs/api/rest#get-recommended-fees)*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user