CCC Docs
    Preparing search index...

    Type Alias ClientJsonRpcConfig

    ClientJsonRpcConfig: RequestorJsonRpcConfig & ClientConfig & {
        requestor?: RequestorJsonRpc;
    }

    Type Declaration

    • Optionalrequestor?: RequestorJsonRpc

      Requestor injection is supported only by legacy constructors. Use a borrowed Transport with Client.new or let Client.open create one.