pub type RawRpcResponse = (Box<RawValue>, Receiver<Box<RawValue>>);
Raw response from an RPC A tuple containing:
String
mpsc::UnboundedReceiver<String>