API Reference

net_listening - DogeOS

Returns true if client is actively listening for network connections.

Returns true if client is actively listening for network connections.

PARAMETERS

None

REQUEST

{
    "jsonrpc":"2.0",
    "method":"net_listening",
    "params":[],
    "id":67
}

RESPONSE

Result - true when listening, otherwise false.

{
 "id": 67,
 "jsonrpc": "2.0",
 "result": true
}