Skip to main content

isolated_client

Function isolated_client 

Source
async fn isolated_client<R: Runtime>(
    client: Arc<TorClient<R>>,
    _method: Box<IsolatedClient>,
    ctx: Arc<dyn Context>,
) -> Result<SingleIdResponse, RpcError>
Expand description

RPC method implementation: return a new isolated client based on a given client.