txpool_status
Returns 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.
Example Request
curl -d '{
"id": "1",
"jsonrpc": "2.0",
"method": "txpool_status",
"params": []
}' -H "Content-Type: application/json" -X POST "https://api.zilliqa.com/"
Example response
{
"pending": 10,
"queued": 7
}
Arguments
Parameter | Type | Required | Description |
---|---|---|---|