GoChain RPC Proxy

This is an example call for net_listening.

Request

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "net_listening",
  "params": null
}

Response

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