pub fn fetch_metadata_hex_blocking(
    url: &Uri,
    version: MetadataVersion
) -> Result<String, FetchMetadataError>
Expand description

Returns the raw, 0x prefixed metadata hex from the provided URL, blocking the current thread.