tuweni / org.apache.tuweni.jsonrpc

Package org.apache.tuweni.jsonrpc

Types

JSONRPCClient

JSON-RPC client to send requests to an Ethereum client.

class JSONRPCClient : Closeable

JSONRPCServer

class JSONRPCServer : CoroutineScope

Exceptions

ClientRequestException

Exception thrown when a JSON-RPC request is denied.

class ClientRequestException : RuntimeException

Properties

mapper

val mapper: ObjectMapper