JSONRPCRequest
data class JSONRPCRequest(val id: JsonElement, val method: String, val params: JsonObject? = null, val jsonrpc: String = JSONRPC_VERSION) : JSONRPCMessage(source)
Since
0.3.0-beta01
Constructors
Link copied to clipboard
constructor(id: JsonElement, method: String, params: JsonObject? = null, jsonrpc: String = JSONRPC_VERSION)