get_all_pool_tx_list
Retrieves a list of all transaction IDs currently in the transaction pool.
URL: http://127.0.0.1:31112/json_rpc
Request:
{
"id": 0,
"jsonrpc": "2.0",
"method": "get_all_pool_tx_list",
"params": {
}
}
Response:
{
"id": 0,
"jsonrpc": "2.0",
"result": {
"ids": [""],
"status": "OK"
}
}
Response description:
"ids": List of all transaction IDs currently in the transaction pool.
"status": Status of the call.