> For the complete documentation index, see [llms.txt](https://docs.bifrostnetwork.com/bifrost-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifrostnetwork.com/bifrost-network/developer-documentations/client-api/json-rpc-api/txpool.md).

# txpool

### **content():** `TxPoolResult<PoolTransactionMap<PoolTransaction>>`

* **interface**: `api.rpc.txpool.content`
* **jsonrpc**: `txpool_content`
* **summary**: Lists the exact details of all the transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.

### **inspect(): `TxPoolResult<PoolTransactionMap<PoolSummary>>`**

* **interface**: `api.rpc.txpool.inspect`
* **jsonrpc**: `txpool_inspect`
* **summary**: Lists a textual summary of all the transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.

### **status(): `TxPoolResult<U256>`**

* **interface**: `api.rpc.txpool.status`
* **jsonrpc**: `txpool_status`
* **summary**: Lists the number of transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.
