docs: update generated docs

This commit is contained in:
nym21
2026-04-27 10:40:58 +02:00
parent 07bc2d42b8
commit 9b639ef7d1
597 changed files with 3569 additions and 3303 deletions

View File

@@ -102,6 +102,7 @@
* [get\_reward\_stats](#brk_client.BrkClient.get_reward_stats)
* [get\_prices](#brk_client.BrkClient.get_prices)
* [get\_transaction\_times](#brk_client.BrkClient.get_transaction_times)
* [get\_tx\_rbf](#brk_client.BrkClient.get_tx_rbf)
* [validate\_address](#brk_client.BrkClient.validate_address)
* [get\_health](#brk_client.BrkClient.get_health)
* [get\_openapi](#brk_client.BrkClient.get_openapi)
@@ -1488,6 +1489,22 @@ Returns timestamps when transactions were first seen in the mempool. Returns 0 f
Endpoint: `GET /api/v1/transaction-times`
<a id="brk_client.BrkClient.get_tx_rbf"></a>
#### get\_tx\_rbf
```python
def get_tx_rbf(txid: Txid) -> RbfResponse
```
RBF replacement history.
Returns the RBF replacement tree for a transaction, if any. Both `replacements` and `replaces` are null when the tx has no known RBF history within the mempool monitor's retention window.
*[Mempool.space docs](https://mempool.space/docs/api/rest#get-transaction-rbf-history)*
Endpoint: `GET /api/v1/tx/{txid}/rbf`
<a id="brk_client.BrkClient.validate_address"></a>
#### validate\_address