Crate subxt_utils_fetchmetadata

Crate subxt_utils_fetchmetadata 

Source
Expand description

Subxt utils fetch metadata.

Structs§

Urlurl
A parsed URL record.

Enums§

Error
Error attempting to fetch metadata.
MetadataVersionurl
The metadata version that is fetched from the node.

Functions§

from_file_blocking
Fetch metadata from a file in a blocking manner.
from_urlurl
Returns the metadata bytes from the provided URL.
from_url_blockingurl
Returns the metadata bytes from the provided URL, blocking the current thread.