reset_transaction_pool
Clears the transaction pool.
Request
{
"jsonrpc": "2.0",
"id": 0,
"method": "reset_transaction_pool"
}
Response
{
"id": 0,
"jsonrpc": "2.0",
"result": {
"status": "OK"
}
}
Response information
- status - string; call result.
OKif the transaction pool has been cleared successfully, otherwise an error string. This is the only field the call returns.