pub fn get_profile_blocking<S>(
    nip05: S,
    proxy: Option<SocketAddr>
) -> Result<Profile, Error>where
    S: Into<String>,
Expand description

Get Profile from NIP05 (public key and list of advertised relays)