pub fn fetch_metadata_bytes_blocking(
    url: &Uri,
    version: MetadataVersion
) -> Result<Vec<u8>, FetchMetadataError>
Expand description

Returns the metadata bytes from the provided URL, blocking the current thread.