Version: 2.0.0
Txpool JSON-RPC API
The txpool API provides methods for interacting with the transaction pool in cdk-erigon. These methods allow developers to inspect pending transactions, check transaction statuses, and understand the contents of the transaction pool.
Available Methods
Transaction Pool
- txpool_content – Returns a detailed listing of all transactions in the pool
- txpool_inspect – Returns a human-readable overview of transaction pool contents
- txpool_status – Returns the number of transactions in the transaction pool