GoChain RPC Proxy

This is an example call for clique_getVoters.

Request

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "clique_getVoters",
  "params": [
    "latest"
  ]
}

Response

{
  "jsonrpc": "2.0",
  "id": "1",
  "error": {
    "code": -32601,
    "message": "the method clique_getVoters does not exist/is not available"
  }
}