JSONRPCNotification

data class JSONRPCNotification(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(method: String, params: JsonObject? = null, jsonrpc: String = JSONRPC_VERSION)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard