global: snapshot

This commit is contained in:
nym21
2026-04-01 17:51:50 +02:00
parent 96f2e058f7
commit 7172ddb247
17 changed files with 731 additions and 652 deletions
+5 -5
View File
@@ -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)*
*