dero_get_tx_pool
Retrieve pending mempool transaction hashes to monitor unconfirmed activity, track specific transactions, or gauge network congestion.
Instructions
List pending mempool transaction hashes via DERO.GetTxPool.
When to call: when checking unconfirmed activity, watching for a specific tx to land, or estimating mempool pressure. NOTE: tx_hashes may be null or an empty array when the mempool is empty — treat both as "no pending".
Input Requirements: none.
Output: { tx_hashes: string[] | null }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||