CCC Docs
    Preparing search index...

    Type Alias ExecutorJsonRpcConfig

    ExecutorJsonRpcConfig: ccc.RequestorJsonRpcConfig & {
        requestor?: ccc.RequestorJsonRpc;
    }

    Type Declaration

    • Optionalrequestor?: ccc.RequestorJsonRpc

      Requestor injection is supported only by the legacy constructor. Use a borrowed Transport with ExecutorJsonRpc.new or let ExecutorJsonRpc.open create one.