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