Expand description
Subxt utils fetch metadata.
Structs§
- Url
url - A parsed URL record.
Enums§
- Error
- Error attempting to fetch metadata.
- Metadata
Version url - The metadata version that is fetched from the node.
Functions§
- from_
file_ blocking - Fetch metadata from a file in a blocking manner.
- from_
url url - Returns the metadata bytes from the provided URL.
- from_
url_ blocking url - Returns the metadata bytes from the provided URL, blocking the current thread.