JsonRpcRequest

data class JsonRpcRequest(id: Int, method: String, params: List<String?>, jsonrpc: String)

Constructors

Link copied to clipboard
fun JsonRpcRequest()

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
val jsonrpc: String
Link copied to clipboard
val method: String
Link copied to clipboard
val params: List<String?>