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