Crate subxt_utils_fetchmetadata

Crate subxt_utils_fetchmetadata 

Source
Expand description

Subxt utils fetch metadata.

Structs§

Url
A parsed URL record.

Enums§

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

Functions§

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