data class JsonRpcResponse
(js)
<init> |
JsonRpcResponse(id: Int? = null, result: String? = null, error: String? = null, exceptionType: String? = null, jsonrpc: String = "2.0") |
(js)
error |
val error: String? |
(js)
exceptionType |
val exceptionType: String? |
(js)
id |
val id: Int? |
(js)
jsonrpc |
val jsonrpc: String |
(js)
result |
val result: String? |