tuweni / org.apache.tuweni.scuttlebutt.rpc / RPCAsyncRequest

RPCAsyncRequest

open class RPCAsyncRequest (source)

Constructors

<init>

RPCAsyncRequest(function: RPCFunction, arguments: MutableList<Any>)

Functions

getRPCFlags

open fun getRPCFlags(): Array<RPCFlag>

toEncodedRpcMessage

open fun toEncodedRpcMessage(objectMapper: ObjectMapper): Bytes

Encode the RPC request as bytes.