scuttlebutt-rpc / org.apache.tuweni.scuttlebutt.rpc / RPCFunction / <init>

<init>

RPCFunction(namespace: MutableList<String>, functionName: String)

Parameters

namespace - the namespace of the function (e.g. ['blobs']. May be empty if there is no namespace for the function.

functionName - the function (e.g. 'add'.)

RPCFunction(functionName: String)