pub async fn resolve_handle<R: DnsResolver + ?Sized>(
http_client: &Client,
dns_resolver: &R,
handle: &str,
) -> Result<String, ResolveError>Expand description
Resolves a handle to DID using both DNS and HTTP methods. Returns DID if both methods agree, or error if conflicting.