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

<init>

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

Parameters

namespace - MutableList<String!>!: the namespace of the function (e.g. ['blobs']. May be empty if there is no namespace for the function.

functionName - String!: the function (e.g. 'add'.)

RPCFunction(functionName: String!)