mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -07:00
docs: update generated docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user