JsonRpcResponse

data class JsonRpcResponse(id: Int?, result: String?, error: String?, exceptionType: String?, jsonrpc: String)

Properties

error
Link copied to clipboard
val error: String? = null
exceptionType
Link copied to clipboard
val exceptionType: String? = null
id
Link copied to clipboard
val id: Int? = null
jsonrpc
Link copied to clipboard
val jsonrpc: String
result
Link copied to clipboard
val result: String? = null