$success
$success :
If the response was successful, this will be true.
If not, this will be false.
A response from a JSON-RPC server.
__construct(\Nano4\Utils\JSONRPC\Client $client, Array $response)
Create a ClientResponse object.
| \Nano4\Utils\JSONRPC\Client | $client | The parent Client instance. |
| Array | $response | The response from the server. |