None
Returns true if client is listening for connection, false otherwise
Request
curl <your-endpoint> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":1}'
Return
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}