Function subxt_codegen::fetch_metadata::fetch_metadata_from_url

source ยท
pub async fn fetch_metadata_from_url(
    url: Url,
    version: MetadataVersion
) -> Result<Vec<u8>, FetchMetadataError>
Available on crate feature fetch-metadata only.
Expand description

Returns the metadata bytes from the provided URL.