Skip to main content

session_resolve_ptr_with_prefs

Function session_resolve_ptr_with_prefs 

Source
async fn session_resolve_ptr_with_prefs(
    session: Arc<RpcSession>,
    method: Box<ResolvePtrWithPrefs>,
    ctx: Arc<dyn Context>,
) -> ClientConnectionResult<Vec<String>>
Expand description

Implement ResolvePtrWithPrefs on an RpcSession

(Delegates to TorClient.)