RPCFunction(namespace: MutableList<String>, functionName: String)
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)