tuweni / org.apache.tuweni.scuttlebutt.rpc / RPCStreamRequest / <init>

<init>

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

The details for the function (the name of the function and its arguments.)

Parameters

function - the function to be invoked

arguments - the arguments for the function (can be any arbitrary class which can be marshalled into JSON.)