Function subxt_codegen::utils::fetch_metadata_bytes_blocking
source · pub fn fetch_metadata_bytes_blocking(
url: Url,
version: MetadataVersion
) -> Result<Vec<u8>, FetchMetadataError>Expand description
Returns the metadata bytes from the provided URL, blocking the current thread.