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

Encode the RPC request as bytes.

open fun toEncodedRpcMessage(objectMapper: ObjectMapper!): Bytes!